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!)
A064748 a(n) = n*10^n + 1. 5
1, 11, 201, 3001, 40001, 500001, 6000001, 70000001, 800000001, 9000000001, 100000000001, 1100000000001, 12000000000001, 130000000000001, 1400000000000001, 15000000000000001, 160000000000000001, 1700000000000000001, 18000000000000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of digits in (10^n)^(10^n) in base 10. - Altug Alkan, Apr 25 2016
LINKS
FORMULA
From Ilya Gutkovskiy, Apr 25 2016: (Start)
O.g.f.: (1 - 10*x + 90*x^2)/((1 - x)*(1 - 10*x)^2).
E.g.f.: (1 + 10*x*exp(9*x))*exp(x). (End)
MATHEMATICA
Table[n 10^n + 1, {n, 0, 18}] (* Michael De Vlieger, Apr 25 2016 *)
PROG
(Magma) [ n*10^n+1: n in [0..20]]; // Vincenzo Librandi, Sep 16 2011
(PARI) a(n) = n*10^n + 1; \\ Altug Alkan, Apr 25 2016
CROSSREFS
Sequence in context: A352842 A268959 A213531 * A191556 A091814 A280957
KEYWORD
easy,nonn
AUTHOR
N. J. A. Sloane, Oct 19 2001
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 July 25 00:10 EDT 2024. Contains 374585 sequences. (Running on oeis4.)