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.

A101442 a(n) = 9973*n + 10007.

Original entry on oeis.org

10007, 19980, 29953, 39926, 49899, 59872, 69845, 79818, 89791, 99764, 109737, 119710, 129683, 139656, 149629, 159602, 169575, 179548, 189521, 199494, 209467, 219440, 229413, 239386, 249359, 259332, 269305, 279278, 289251, 299224, 309197, 319170, 329143, 339116
Offset: 0

Views

Author

Parthasarathy Nambi, Jan 18 2005

Keywords

Comments

9973 is the largest four-digit prime and 10007 is the smallest five-digit prime.

Examples

			If n=14, then 9973*14 + 10007 = 149629 (a prime).
		

Crossrefs

Programs

Formula

From Elmo R. Oliveira, Dec 07 2024: (Start)
G.f.: (10007 - 34*x)/(1 - x)^2.
E.g.f.: (10007 + 9973*x)*exp(x).
a(n) = 2*a(n-1) - a(n-2) for n > 1. (End)

Extensions

Extended by Ray Chandler, Jan 25 2005