login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071588 Powers of 6 written backwards. 0
1, 6, 63, 612, 6921, 6777, 65664, 639972, 6169761, 69677001, 67166406, 650797263, 6332876712, 61049606031, 69046146387, 675489481074, 6547099011282, 63744495662961, 614866659955101, 694010047953906, 6792600448516563 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

FromDigits[Reverse[IntegerDigits[#]]]&/@(6^Range[0, 30]) (* From Harvey P. Dale, Feb 02 2012 *)

PROG

(PARI) for(i=1, 50, n=5^i; s=ceil(log(n)/log(10)); print1(sum(i=0, s, 10^(s-i-1)*(floor(n/10^i)-10*floor(n/10^(i+1)))), ", "))

CROSSREFS

Sequence in context: A053535 A039937 A134112 * A001261 A132078 A113669

Adjacent sequences:  A071585 A071586 A071587 * A071589 A071590 A071591

KEYWORD

easy,nonn,base,changed

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 01 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.