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!)
A083351 Numbers n such that 5*7^n + 2 is prime. 0
0, 1, 4, 9, 12, 25, 132, 192, 459, 10377, 45130, 63589, 83265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Values corresponding to 9, 12, 25, 132, 192 and 459 (389 digits) have been certified prime with Primo. There are no other terms <= 4000.
No other terms <= 10^5. - Tyler NeSmith
LINKS
EXAMPLE
7, 37, 12007, 201768037, 69206436007, 6705343098319824504037
are 5*7^0 + 2, 5*7^1 + 2, 5*7^4 + 2, 5*7^9 + 2, 5*7^12 + 2, 5*7^25 + 2,
respectively. 5*7^132 + 2 has 113 digits.
PROG
(PARI) for(n=0, 4000, if(isprime(5*7^n+2), print1(n, ", ")))
CROSSREFS
Sequence in context: A344578 A283105 A179808 * A055381 A287498 A359301
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 26 2003
EXTENSIONS
a(10)-a(13) from Tyler NeSmith, Jan 17 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 March 28 17:25 EDT 2024. Contains 371254 sequences. (Running on oeis4.)