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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013746 10^(3n+1). 2
10, 10000, 10000000, 10000000000, 10000000000000, 10000000000000000, 10000000000000000000, 10000000000000000000000, 10000000000000000000000000, 10000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..100

Tanya Khovanova, Recursive Sequences

FORMULA

a(n)=1000*a(n-1), n>0 ; a(0)=10 . G.f.: 10/(1-1000*x) . [From Philippe DELEHAM, Nov 30 2008]

MATHEMATICA

10^(3Range[0, 10]+1)  (* From Harvey P. Dale, Mar 28 2011 *)

PROG

(MAGMA) [10^(3*n+1): n in [0..15]]; /7 Vincenzo Librandi, Jun 26 2011

CROSSREFS

Sequence in context: A137641 A137642 A163019 * A076782 A213653 A139109

Adjacent sequences:  A013743 A013744 A013745 * A013747 A013748 A013749

KEYWORD

nonn

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 25 01:22 EDT 2013. Contains 225631 sequences.