|
| |
|
|
A100496
|
|
Numbers n such that (2^n+1)^4-2 is prime.
|
|
2
| | |
|
|
|
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] &]
|
|
|
PROG
| Primeform, see link.
|
|
|
CROSSREFS
| Cf. A091513, A091514, A093069, A099359.
Cf. A100497, n such that (2^n+1)^4-2 is semiprime.
Sequence in context: A196013 A075926 A065660 * A110081 A140716 A141393
Adjacent sequences: A100493 A100494 A100495 * A100497 A100498 A100499
|
|
|
KEYWORD
| more,nonn
|
|
|
AUTHOR
| Jonathan Vos Post (jvospost3(AT)gmail.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
|
| |
|
|