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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071587 Powers of 9 written backwards. 1
1, 9, 18, 927, 1656, 94095, 144135, 9692874, 12764034, 984024783, 1044876843, 90695018313, 184635924282, 9238285681452, 16945429767822, 946490231198502, 1481588810203581, 96566699618177661, 121999692536490051 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) for(i=1, 50, n=9^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: A133361 A005400 * A134115 A061750 A107780 A157140

Adjacent sequences:  A071584 A071585 A071586 * A071588 A071589 A071590

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 15 13:35 EST 2012. Contains 205802 sequences.