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!)
A301369 Numbers k such that (9^k + 7^k)/16 is prime. 0
3, 107, 197, 2843, 3571, 4451, 31517 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
The corresponding primes are 67, 79401467172644850007356716446663549450843749853576087044440771380676673442288169290888310265443988907, ...
LINKS
MAPLE
select(n->isprime((9^n+7^n)/16), [seq(n, n=1..10000, 2)]); # Muniru A Asiru, Mar 27 2018
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(9^n+7^n)/16] &]
PROG
(PARI) forprime(n=3, 10000, if(isprime((9^n+7^n)/16), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((9^n+7^n)/16)]
CROSSREFS
Sequence in context: A245657 A139921 A176807 * A142509 A023325 A094200
KEYWORD
nonn,more,hard
AUTHOR
EXTENSIONS
a(7) from Michael S. Branicky, Apr 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 June 12 18:11 EDT 2024. Contains 373359 sequences. (Running on oeis4.)