The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096305 Numbers n such that 7^n + 4 is prime. 11
0, 1, 2, 3, 5, 7, 9, 14, 23, 129, 198, 235, 275, 630, 870, 1033, 1290, 3293, 3458, 11466, 13885, 25893, 32186, 33139, 58125, 78929, 97197, 121933, 128422, 442674 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
7^14 + 4 = 678223072853 is a prime number.
MATHEMATICA
Do[If[PrimeQ[7^n+4], Print[n]], {n, 1, 1000}]
PROG
(PARI) for(n=0, 10^5, if(ispseudoprime(7^n+4), print1(n, ", "))) \\ Felix Fröhlich, Jun 04 2014
CROSSREFS
Sequence in context: A028378 A325833 A143587 * A039888 A036959 A108031
KEYWORD
nonn,more
AUTHOR
Herman H. Rosenfeld (herm3(AT)pacbell.net), Jun 26 2004
EXTENSIONS
More terms (probable primes) from Rick L. Shepherd, Jun 29 2004
7 more terms from Jason Earls, Feb 16 2008
a(25)-a(27) from Robert Price, Jan 24 2014
a(28)-a(29) from Lelio R. Paula, Nov 2014
a(30) from Paul Bourdelais, Feb 11 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)