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!)
A222265 Numbers n such that (13^n + 2^n)/15 is prime. 2
7, 31, 103, 223, 503, 1171, 1973, 4111, 4729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
a(10) > 10^5.
LINKS
MATHEMATICA
Select[Prime[Range[1, 100000]], PrimeQ[(13^# + 2^#)/15]&]
PROG
(PARI) forprime(p=3, 10^6, if(ispseudoprime((13^p + 2^p)/15), print1(p, ", ") ) ); \\ Joerg Arndt, Jul 29 2013
CROSSREFS
Sequence in context: A055899 A218956 A139876 * A107392 A054497 A235593
KEYWORD
nonn,hard,more
AUTHOR
Robert Price, May 05 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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)