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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071583 Powers of 5 written backwards. 1
1, 5, 52, 521, 526, 5213, 52651, 52187, 526093, 5213591, 5265679, 52182884, 526041442, 5213070221, 5265153016, 52187571503, 526098785251, 521354939267, 5265627964183, 52182368437091, 52604613476359, 521302851738674 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

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: A081075 A193809 A134111 * A099881 A196531 A108459

Adjacent sequences:  A071580 A071581 A071582 * A071584 A071585 A071586

KEYWORD

easy,nonn,base

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 16 17:48 EST 2012. Contains 205939 sequences.