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!)
A082182 Numbers k such that (5^k - 2^k)/3 is prime. 21
2, 5, 7, 13, 19, 37, 59, 67, 79, 307, 331, 599, 1301, 12263, 12589, 18443, 20149, 27983, 281807, 656657, 795829, 832151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other terms less than 100000. - Robert Price, Apr 06 2012
All terms are primes. Some of the results were computed using the PrimeFormGW (PFGW) primality-testing program. - Hugo Pfoertner, Nov 14 2019
No other terms less than 1000000. - Jon Grantham, Jul 29 2023
LINKS
Jon Grantham and Andrew Granville, Fibonacci primes, primes of the form 2^n-k and beyond, arXiv:2307.07894 [math.NT], 2023.
EXAMPLE
a(1)=2 because (5^2 - 2^2)/3 = (25 - 4)/3 = 7 is a prime.
PROG
(PARI) forprime(p=2, 1e4, if(ispseudoprime((5^p-2^p)/3), print1(p", "))) \\ Charles R Greathouse IV, Jul 16 2011
CROSSREFS
Sequence in context: A175075 A262392 A056985 * A032719 A334246 A275287
KEYWORD
more,nonn
AUTHOR
Hugo Pfoertner, May 22 2003, Jun 23 2003
EXTENSIONS
a(17) from Herman Jamke (hermanjamke(AT)fastmail.fm), May 03 2007
a(18) from David Radcliffe, May 28 2007
a(19)-a(22) 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 2 16:57 EDT 2024. Contains 372198 sequences. (Running on oeis4.)