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!)
A225191 Numbers n such that (15^n + 2^n)/17 is prime. 3
3, 67, 199, 479, 563, 2243, 2579, 6599, 7951, 10099, 10909, 13759 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are odd primes.
a(13) > 10^5.
LINKS
MATHEMATICA
Select[Prime[Range[1, 100000]], PrimeQ[(15^# + 2^#)/17]&]
PROG
(PARI) forprime(p=3, 10^6, if(ispseudoprime((15^p + 2^p)/17), print1(p, ", ") ) ); \\ Joerg Arndt, Jul 29 2013
CROSSREFS
Sequence in context: A142926 A041983 A263549 * A370659 A201857 A294395
KEYWORD
nonn,hard,more
AUTHOR
Robert Price, May 07 2013
EXTENSIONS
Removed incorrect first term of "2".
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)