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!)
A004640 Cubes written in base 11. (Next term contains a non-decimal character.) 1
1, 8, 25, 59, 104, 187, 292, 426, 603 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Jianing Song, Table of n, a(n) for n = 1..1000 (using A to represent 10)
PROG
(PARI) a(n) = my(d=digits(n^3, 11)); my(s="", x); for(i=1, #d, if(d[i]<10, x = d[i], x = "A"); s = concat(s, x)); s \\ Jianing Song, May 22 2024, after Michel Marcus's program for A004684
CROSSREFS
Cf. A000578, A004632-A004639 (cubes written in base 2-9).
Sequence in context: A131423 A270867 A360201 * A250321 A011924 A370081
KEYWORD
nonn,base
AUTHOR
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 July 14 02:38 EDT 2024. Contains 374291 sequences. (Running on oeis4.)