|
Search: id:A057469
|
|
|
| A057469 |
|
Prime numbers n such that (2^n + 3^n)/5 is prime. |
|
+0 16
|
| |
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ n ], If[ PrimeQ[ (3^n + 2^n)/5 ], Print[ n ] ] ], {n, 0, 6270} ]
|
|
CROSSREFS
|
Primes of form (3^n + 2^n)/5 are listed in A127908.
Sequence in context: A125220 A016081 A105762 this_sequence A082598 A082599 A123259
Adjacent sequences: A057466 A057467 A057468 this_sequence A057470 A057471 A057472
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 09 2000
|
|
EXTENSIONS
|
More terms from Kamil Duszenko (kdusz(AT)wp.pl), Apr 11 2003
Definition corrected by Alexander Adamchuk, Feb 06 2007
|
|
|
Search completed in 0.002 seconds
|