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!)
A273010 Numbers n such that (9^n - 7^n)/2 is prime. 0
3, 5, 7, 4703, 30113, 835391 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
The corresponding primes: 193, 21121, 1979713, ...
LINKS
Jon Grantham and Andrew Granville, Fibonacci primes, primes of the form 2^n-k and beyond, arXiv:2307.07894 [math.NT], 2023.
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(9^# - 7^#)/2] &]
PROG
(PARI) for(n=1, 10000, if(isprime((9^n - 7^n)/2), print1(n, ", ")))
CROSSREFS
Sequence in context: A191546 A069463 A288212 * A073691 A110336 A073695
KEYWORD
nonn,more,hard
AUTHOR
EXTENSIONS
a(6) from Jon Grantham, Jul 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 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)