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.

A108312 Integers n such that 10^n + 27 is prime.

Original entry on oeis.org

1, 2, 83, 167, 242, 14081, 65537
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Jun 29 2005

Keywords

Comments

The next term, if one exists, is >100000. - Robert Price, May 24 2010
See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "10027".

Examples

			For n=2 we have 10^2 + 27 = 100 + 27 = 127, which is prime.
		

Crossrefs

Programs

  • Mathematica
    Do[ If[ PrimeQ[10^n + 27], Print[n]], {n, 3000}] (* Robert G. Wilson v, Jul 01 2005 *)

Extensions

a(6)=14081 from Robert Price, Mar 22 2010
Edited by Ray Chandler, Dec 23 2010
a(7)=65537 from Robert Price, Jan 29 2011