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.

A094524 Primes of form 3*prime(m) + 2.

Original entry on oeis.org

11, 17, 23, 41, 53, 59, 71, 89, 113, 131, 179, 239, 251, 269, 293, 311, 383, 419, 449, 491, 503, 521, 593, 599, 683, 701, 719, 773, 809, 881, 941, 953, 1013, 1049, 1061, 1103, 1151, 1193, 1229, 1259, 1301, 1319, 1373, 1439, 1499, 1511, 1571, 1709, 1733
Offset: 1

Views

Author

Klaus Brockhaus, May 07 2004

Keywords

Examples

			a(7) = 3*23 + 2 = 71.
		

Crossrefs

Programs

Formula

a(n) = 3*A023208(n) + 2.