cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A048367 a(n)^3 is smallest cube containing exactly n 2's.

This page as a plain text file.
%I A048367 #20 Feb 16 2025 08:32:40
%S A048367 3,28,138,587,612,2824,27654,29603,131468,1312748,1616488,2811574,
%T A048367 49629974,139796852,281986403,1264554822,6146857824,16162692208,
%U A048367 60598584603,229717543765,606069984352,2811738231378,5869673191741
%N A048367 a(n)^3 is smallest cube containing exactly n 2's.
%H A048367 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CubicNumber.html">Cubic Number</a>
%t A048367 a[n_] := Module[{i}, i = 1; While[DigitCount[i^3][[2]] != n, i++ ]; i]; (* Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 23 2006 *)
%Y A048367 Cf. A036529, A048365, A048366, A048368, A048369, A048370, A048371, A048372, A048373, A048374.
%K A048367 nonn,base,more
%O A048367 1,1
%A A048367 _Patrick De Geest_, Mar 15 1999
%E A048367 a(14) from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 23 2006
%E A048367 a(15)-a(20) from _Lars Blomberg_, Jun 12 2011
%E A048367 a(21)-a(22) from _Giovanni Resta_, Jun 29 2018
%E A048367 a(23) from _Giovanni Resta_, Mar 27 2020