login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048367 a(n)^3 is smallest cube containing exactly n 2's. 10
3, 28, 138, 587, 612, 2824, 27654, 29603, 131468, 1312748, 1616488, 2811574, 49629974, 139796852, 281986403, 1264554822, 6146857824, 16162692208, 60598584603, 229717543765, 606069984352, 2811738231378, 5869673191741 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Cubic Number
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A100019 A053132 A316390 * A095665 A145346 A184440
KEYWORD
nonn,base,more
AUTHOR
Patrick De Geest, Mar 15 1999
EXTENSIONS
a(14) from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 23 2006
a(15)-a(20) from Lars Blomberg, Jun 12 2011
a(21)-a(22) from Giovanni Resta, Jun 29 2018
a(23) from Giovanni Resta, Mar 27 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 03:17 EDT 2024. Contains 371696 sequences. (Running on oeis4.)