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!)
A216179 a(n) = 10^n + 3. 0
13, 103, 1003, 10003, 100003, 1000003, 10000003, 100000003, 1000000003, 10000000003, 100000000003, 1000000000003, 10000000000003, 100000000000003, 1000000000000003, 10000000000000003, 100000000000000003, 1000000000000000003, 10000000000000000003 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
1 followed by n - 1 0's followed by 3
LINKS
Markus Tervooren, Factorizations of 1(0)w3
FORMULA
a(n) = 10a(n - 1) - 27 with n > 1, a(1) = 13.
MATHEMATICA
Table[10^n + 3, {n, 1, 19}]
NestList[10# - 27 &, 13, 18]
CROSSREFS
Cf. A049054.
Sequence in context: A228213 A220734 A268991 * A240804 A100277 A087398
KEYWORD
nonn,easy
AUTHOR
Ivan Panchenko, Mar 10 2013
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)