VOOZH
about
URL: https://oeis.org/A088361
⇱ A088361 - OEIS
login
A088361
Numbers n such that n^2048 + 1 is prime (a generalized Fermat prime).
30
1, 150, 2558, 4650, 4772, 11272, 13236, 15048, 23302, 26946, 29504, 31614, 33308, 35054, 36702, 37062, 39020, 39056, 43738, 44174, 45654, 46502, 47348, 49190, 49204, 49544, 54514, 57210, 59770, 61184, 66894, 68194, 70574, 72446, 82642
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
LINKS
T. D. Noe,
Table of n, a(n) for n = 1..1000
(from Yves Gallot)
Yves Gallot,
Generalized Fermat Prime Search
.
Jeppe Stig Nielsen,
Generalized Fermat Primes sorted by base
.
Eric Weisstein's World of Mathematics,
Generalized Fermat Number
.
PROG
(PARI) isA088361(n)=isprime(n^2048+1) \\
Michael B. Porter
, Apr 23 2010
CROSSREFS
Cf.
A006093
,
A005574
,
A000068
,
A006314
,
A006313
,
A006315
,
A006316
,
A056994
,
A056995
,
A057465
,
A057002
,
A088362
,
A226528
,
A226529
,
A226530
,
A251597
,
A253854
,
A244150
,
A243959
,
A321323
.
Sequence in context:
A191547
A184673
A184665
*
A206041
A151607
A135968
Adjacent sequences:
A088358
A088359
A088360
*
A088362
A088363
A088364
KEYWORD
nonn
AUTHOR
Jeppe Stig Nielsen
, Sep 27 2003
STATUS
approved