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!)
A125955 Numbers k such that (2^k + 7^k)/9 is prime. 1
5, 23, 73, 101, 401, 419, 457, 811, 1163, 1511, 8011 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are primes. Corresponding primes of the form (2^k + 7^k)/9 are {1871, 3040971926676589439, 5469081705798319217773539465593130845206220817280793349743311, ...}.
a(12) > 10^5. - Robert Price, Aug 28 2012
LINKS
MATHEMATICA
Do[p=Prime[n]; f=(2^p+7^p)/9; If[PrimeQ[f], Print[{p, f}]], {n, 1, 1000}]
PROG
(PARI) is(n)=ispseudoprime((2^n+7^n)/9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A000978 = numbers n such that (2^n + 1)/3 is prime. Cf. A057469 = numbers n such that (2^n + 3^n)/5 is prime. Cf. A082387 = numbers n such that (2^n + 5^n)/7 is prime.
Sequence in context: A064395 A230497 A138905 * A103478 A327976 A121868
KEYWORD
hard,more,nonn
AUTHOR
Alexander Adamchuk, Feb 06 2007
EXTENSIONS
More terms from Ryan Propper, Mar 23 2007
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 15 09:02 EDT 2024. Contains 372538 sequences. (Running on oeis4.)