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.

A101397 Numbers k such that 4*10^k+3 is prime.

Original entry on oeis.org

0, 1, 3, 7, 10, 40, 419, 449, 1737, 2245, 3131, 3813, 5345, 5659, 5681, 8410, 9097, 11293, 21061
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005

Keywords

Comments

See Kamada link for search limit and prime vs. PRP status.
a(20) > 2*10^5. - Robert Price, Jul 17 2015

Examples

			n = 1, 3, 7, 10 are members since 43, 4003, 40000003 and 40000000003 are prime numbers.
		

Crossrefs

Programs

Formula

a(n) = A101713(n-1) + 1.

Extensions

a(18)-a(19) from Kamada data by Robert Price, Dec 10 2010