cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A262778 a(n) = 10^n + prime(n).

Original entry on oeis.org

12, 103, 1005, 10007, 100011, 1000013, 10000017, 100000019, 1000000023, 10000000029, 100000000031, 1000000000037, 10000000000041, 100000000000043, 1000000000000047, 10000000000000053, 100000000000000059, 1000000000000000061
Offset: 1

Views

Author

Emre APARI, Mar 24 2016

Keywords

Examples

			a(4) = 10^4+7=10007.
		

Crossrefs

Programs

  • PARI
    a(n) = 10^n + prime(n); \\ Altug Alkan, Mar 24 2016