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!)
A295021 Cubes whose largest digit is 6. 6
64, 216, 15625, 46656, 50653, 64000, 132651, 216000, 262144, 456533, 614125, 636056, 1601613, 1643032, 2406104, 2515456, 3112136, 3652264, 6331625, 10360232, 13144256, 15625000, 41063625, 46656000, 50653000, 52313624, 55306341, 56623104, 64000000, 66430125, 100544625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For any term a(n), all numbers of the form a(n)*10^3k, k >= 0, are in this sequence. We could call "primitive" the terms not of this form, i.e., those without trailing '0'.
LINKS
FORMULA
a(n) = A294996(n)^3.
EXAMPLE
64 is in the sequence because it is a cube, 64 = 4^3, and its largest digit is 6.
MATHEMATICA
Select[Range[500]^3, Max[IntegerDigits[#]]==6&] (* Harvey P. Dale, Jun 21 2022 *)
PROG
(PARI) for(n=1, 500, vecmax(digits(n^3))==6 &&print1(n^3, ", "))
CROSSREFS
Cf. A294996 (the corresponding cube roots); A278936, A294663, A295025, A295022, A295023, A295024 (same for digit 3 .. 9); A295016 (same for squares).
Cf. A000578 (the cubes).
Sequence in context: A091077 A245991 A186637 * A194932 A016994 A258732
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Nov 13 2017
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)