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!)
A036536 Smallest cube containing exactly n 9's. 30
0, 729, 29791, 970299, 994011992, 997002999, 499999005953, 999700029999, 999940001199992, 999970000299999, 991023990975990999, 999997000002999999, 299243659909999996099, 999999700000029999999, 929999949497863992829999, 999100239990997599909999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n)^(1/3) = A048374(n) is the index of the first occurrence of n in sequence A269249. - M. F. Hasler, Feb 21 2016
LINKS
FORMULA
a(n) = A048374(n)^3. - M. F. Hasler, Feb 21 2016
MATHEMATICA
nsmall = Table[Infinity, 15];
For[i = 0, i <= 10^6, i++, n0 = Count[IntegerDigits[i^3], 9];
If[nsmall[[n0 + 1]] > i^3, nsmall[[n0 + 1]] = i^3]];
Cases[nsmall, _?NumberQ] (* Robert Price, Mar 20 2020 *)
CROSSREFS
Cf. A048374, A036527 - A036535 for other digits 0 - 8.
Analog for squares: A036516 = A048354^2.
Sequence in context: A224004 A232028 A203651 * A223281 A268976 A224357
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Extended with a(0) = 0 by M. F. Hasler, Feb 21 2016
a(12)-a(15) 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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)