|
Search: id:A100496
|
|
|
| A100496 |
|
Numbers n such that (2^n+1)^4-2 is prime. |
|
+0 3
|
| |
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Primeform: User group for PFGW & PrimeForm programs.
|
|
EXAMPLE
|
a(1) = 1 because (2^1+1)^4 - 2 = 79 is prime, and is the first such prime.
|
|
MATHEMATICA
|
Select[Range[5000], PrimeQ[(2^# + 1)^4 - 2] &]
|
|
PROGRAM
|
Primeform, see link.
|
|
CROSSREFS
|
Cf. A091513, A091514, A093069, A099359.
Cf. A100497, n such that (2^n+1)^4-2 is semiprime.
Adjacent sequences: A100493 A100494 A100495 this_sequence A100497 A100498 A100499
Sequence in context: A034125 A075926 A065660 this_sequence A110081 A075927 A119617
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Jonathan Vos Post (jvospost2(AT)yahoo.com), Nov 23 2004
|
|
EXTENSIONS
|
Edited, corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net) and Hugo Pfoertner (hugo(AT)pfoertner.org), Nov 26 2004
|
|
|
Search completed in 0.002 seconds
|