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.

A108857 Numbers n such that 10*n + 131 is prime.

Original entry on oeis.org

0, 2, 5, 6, 8, 11, 12, 14, 15, 18, 20, 27, 29, 30, 33, 36, 39, 41, 44, 47, 50, 51, 53, 56, 57, 62, 63, 68, 69, 75, 78, 81, 84, 86, 89, 90, 92, 93, 96, 102, 104, 105, 107, 110, 116, 117, 119, 123, 125, 132, 134, 135, 138, 140, 144, 147, 149, 159, 161, 167, 168, 170, 173
Offset: 1

Views

Author

Parthasarathy Nambi, Jul 11 2005

Keywords

Examples

			If n=0 then 10*n + 131 = 131 (prime).
If n=33 then 10*n + 131 = 461 (prime).
		

Crossrefs

Cf. A024912.

Programs

Formula

a(n) = A024912(n+6) - 13. - Robert Israel, Aug 09 2015