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!)
A217349 Numbers k such that 4^k + 7 is prime. 3
1, 2, 3, 4, 5, 8, 9, 10, 14, 15, 19, 22, 39, 44, 49, 63, 80, 87, 102, 107, 294, 305, 399, 463, 595, 599, 903, 944, 1324, 1727, 1755, 1932, 1935, 4485, 6165, 6665, 9438, 11169, 19859, 27503, 55392, 86235, 98217, 117855, 123640, 134204, 139660, 150437, 157634, 186475, 236129, 283248, 390142, 410178 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next terms are > 4.1*10^5. - Elmo R. Oliveira, Nov 29 2023
LINKS
FORMULA
a(n) = A057195(n)/2.
EXAMPLE
For k = 14, 4^14 + 7 = 268435463 is prime.
MATHEMATICA
Select[Range[0, 5000], PrimeQ[4^# + 7] &]
PROG
(PARI) is(n)=ispseudoprime(4^n+7) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. A057195, A059266, A089437, A104066 (associated primes).
Sequence in context: A243490 A094566 A190018 * A329574 A087278 A054220
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 01 2012
EXTENSIONS
Extended using A057195 terms by Michel Marcus, Aug 28 2015
a(51)-a(54) derived from A057195 by Elmo R. Oliveira, Nov 29 2023
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 16 16:26 EDT 2024. Contains 372554 sequences. (Running on oeis4.)