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!)
A004635 Cubes written in base 5. 1
1, 13, 102, 224, 1000, 1331, 2333, 4022, 10404, 13000, 20311, 23403, 32242, 41434, 102000, 112341, 124123, 141312, 204414, 224000, 244021, 320043, 342132, 420244, 1000000, 1030301, 1112213, 1200302, 1240024, 1331000, 1423131, 2022033, 2122222, 2224204 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007091(n^3) = A007091(A000578(n)). - Michel Marcus, Oct 15 2015
MATHEMATICA
Table[FromDigits[IntegerDigits[n^3, 5]], {n, 35}] (* Vincenzo Librandi, Oct 15 2015 *)
PROG
(Magma) [Seqint(Intseq(n^3, 5)): n in [1..30]]; // Vincenzo Librandi, Oct 15 2015
(PARI) for(n=1, 30, print1(fromdigits(digits(n^3, 5)), ", ")) \\ G. C. Greubel, Sep 10 2018
CROSSREFS
Sequence in context: A332907 A087595 A117653 * A369418 A289420 A050670
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Changed offset and more terms from Vincenzo Librandi, Oct 15 2015
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)