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”).

A262778
a(n) = 10^n + prime(n).
0
12, 103, 1005, 10007, 100011, 1000013, 10000017, 100000019, 1000000023, 10000000029, 100000000031, 1000000000037, 10000000000041, 100000000000043, 1000000000000047, 10000000000000053, 100000000000000059, 1000000000000000061
OFFSET
1,1
EXAMPLE
a(4) = 10^4+7=10007.
PROG
(PARI) a(n) = 10^n + prime(n); \\ Altug Alkan, Mar 24 2016
CROSSREFS
Sequence in context: A078397 A228988 A266959 * A099293 A024454 A222540
KEYWORD
nonn
AUTHOR
Emre APARI, Mar 24 2016
STATUS
approved