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.

A097970 Numbers n such that 7*10^n + 3 is prime.

Original entry on oeis.org

1, 4, 6, 16, 22, 39, 103, 163, 240, 1048, 1974, 2559, 5880, 14436, 28338, 32796, 38079, 56779, 91215, 111325, 115863, 138604
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Sep 07 2004

Keywords

Comments

a(23) > 2*10^5. - Robert Price, Aug 15 2015

Examples

			For n = 1 we have 7*10^1+3 =7*10+3 = 73, which is prime.
		

Crossrefs

Cf. A101129.

Programs

Formula

a(n) = A101129(n) + 1.

Extensions

a(10)-a(13) from Robert G. Wilson v, Jan 19 2005
a(14)-a(19) from Kamada data by Robert Price, Dec 14 2010
a(20)-a(22) from Robert Price, Aug 15 2015