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!)
A323146 Numbers k such that 435*2^k+1 is prime. 1
2, 4, 5, 7, 11, 18, 19, 33, 51, 68, 69, 82, 93, 99, 101, 113, 132, 138, 141, 198, 201, 255, 298, 522, 528, 533, 537, 547, 790, 903, 1032, 1195, 1365, 1612, 1725, 2223, 2343, 2398, 3740, 4138, 4315, 6285, 7161, 10401, 13444, 19922, 23030, 26104, 26922, 28617 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Jeppe Stig Nielsen, Table of n, a(n) for n = 1..91 (terms n = 1..86 from Robert Price)
Ray Ballinger, Proth Search Page
Ray Ballinger and Wilfrid Keller, List of primes k.2^n + 1 for 300 < k < 600
Eric Weisstein's World of Mathematics, Proth Prime
MAPLE
select(k->isprime(435*2^k+1), [$1..1000]); # Muniru A Asiru, Jan 05 2019
MATHEMATICA
Select[Range[1000], PrimeQ[435*2^# + 1] &]
CROSSREFS
Sequence in context: A010065 A344654 A164316 * A250006 A257033 A039674
KEYWORD
nonn,hard
AUTHOR
Robert Price, Jan 05 2019
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)