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!)
A013715 a(n) = 10^(2n+1). 5
10, 1000, 100000, 10000000, 1000000000, 100000000000, 10000000000000, 1000000000000000, 100000000000000000, 10000000000000000000, 1000000000000000000000, 100000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Bisection of A011557 (powers of 10). - Michel Marcus, Jan 17 2016
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 25 2008: (Start)
G.f.: 10/(1-100*x).
a(n) = 100*a(n-1), n>0; a(0)=10. (End)
MAPLE
seq(10^(2*n+1), n=0..11); # Nathaniel Johnston, Jun 25 2011
MATHEMATICA
10^(2 Range[0, 15] + 1) (* Wesley Ivan Hurt, Jan 17 2016 *)
PROG
(Magma) [10^(2*n+1): n in [0..20]]; // Vincenzo Librandi, Jun 26 2011
(PARI) a(n) = 10^(2*n+1); \\ Michel Marcus, Jan 17 2016
(PARI) Vec(10/(1-100*x) + O(x^100)) \\ Altug Alkan, Jan 17 2016
CROSSREFS
Sequence in context: A062033 A171500 A154027 * A135612 A110147 A215023
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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)