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!)
A015498 a(0)=1, a(1)=10, a(n) = sum_{k=0}^{k=n-1} 10^k a(k). 0
1, 10, 101, 10201, 10211201, 102122221201, 10212324242321201, 10212334454645443321201, 102123354758788887857453321201, 10212335578002243544534219977553321201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (10^(n-2) + 1) * a(n-1). - Vincenzo Librandi, Nov 11 2012
PROG
(Magma) I:=[1, 10, 101]; [n le 3 select I[n] else (10^(n-2)+1)*Self(n-1): n in [1..15]]; // Vincenzo Librandi, Nov 11 2012
CROSSREFS
Sequence in context: A041182 A036299 A061107 * A266283 A309540 A039393
KEYWORD
nonn,easy
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 August 16 17:43 EDT 2024. Contains 375177 sequences. (Running on oeis4.)