login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A013856
a(n) = 10^(5*n + 3).
1
1000, 100000000, 10000000000000, 1000000000000000000, 100000000000000000000000, 10000000000000000000000000000, 1000000000000000000000000000000000, 100000000000000000000000000000000000000, 10000000000000000000000000000000000000000000
OFFSET
0,1
PROG
(Magma) [10^(5*n+3): n in [0..10]]; // Vincenzo Librandi, Jul 08 2011
(Maxima) makelist(10^(5*n+3), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
Sequence in context: A260692 A234605 A013793 * A111098 A029722 A282638
KEYWORD
nonn,easy
STATUS
approved