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.

A031383 a(n) = prime(9*n - 2).

Original entry on oeis.org

17, 53, 97, 139, 191, 239, 283, 349, 401, 457, 509, 577, 631, 683, 751, 821, 877, 941, 1009, 1061, 1117, 1193, 1259, 1307, 1409, 1459, 1523, 1583, 1637, 1721, 1787, 1871, 1933, 2003, 2081, 2137, 2221, 2287, 2351, 2411, 2477, 2579, 2659
Offset: 1

Views

Author

Keywords

Examples

			a(1) = 17 because 9 * 1 - 2 = 7 and the 7th prime is 17.
a(2) = 53 because 9 * 2 - 2 = 16 and the 16th prime is 53.
		

Crossrefs

Cf. A017245.

Programs