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!)
A215487 Numbers n such that (7^n - 2^n)/5 is prime. 1
3, 7, 19, 79, 431, 1373, 1801, 2897, 46997, 341063, 508867, 720497, 846913 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
a(14) > 10^6.
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[ Prime[ Range[1, 100000] ], PrimeQ[ ((7^# - 2^#)/5 ]& ]
PROG
(PARI) is(n)=ispseudoprime((7^n-2^n)/5) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A217611 A322852 A243583 * A146037 A172514 A128024
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Aug 12 2012
EXTENSIONS
a(10)-a(13) 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 April 18 20:21 EDT 2024. Contains 371781 sequences. (Running on oeis4.)