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!)
A048373 a(n)^3 is smallest cube containing exactly n 8's. 11
2, 42, 92, 436, 942, 2402, 16942, 52942, 266192, 2018892, 3069442, 14242355, 44559402, 207156367, 206524022, 2663151915, 5415821442, 7298885092, 33777876942, 441138374692, 1690359374442, 1316916061361 (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 = 0}, While[DigitCount[i^3][[8]] != n, i++ ]; i] (* Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 29 2006 *)
CROSSREFS
Sequence in context: A130201 A076392 A291173 * A066563 A202865 A360786
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 29 2006
a(15)-a(20) from Lars Blomberg, Jun 12 2011
a(21)-a(22) from Giovanni Resta, Jun 29 2018
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)