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!)
A032474 Numbers k such that 195*2^k+1 is prime. 1
4, 8, 13, 14, 20, 31, 38, 70, 80, 86, 110, 125, 140, 170, 179, 230, 338, 365, 374, 517, 860, 944, 1045, 1270, 1861, 3623, 4414, 10448, 27766, 30836, 34666, 39826, 55763, 59260, 70228, 71590, 76618, 130388, 189499, 196303, 202307, 239773, 240110, 265954, 422195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Jeppe Stig Nielsen, Table of n, a(n) for n = 1..56
Ray Ballinger, Proth Search Page
Ray Ballinger and Wilfrid Keller, List of primes k.2^n + 1 for k < 300
MAPLE
select(k->isprime(195*2^k+1), [$0..1000]); # Muniru A Asiru, Dec 18 2018
MATHEMATICA
Select[Range[1000], PrimeQ[195*2^# + 1] & ] (* Robert Price, Dec 18 2018 *)
PROG
(PARI) is(n)=ispseudoprime(195*2^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A058759 A237519 A311665 * A311666 A222304 A311667
KEYWORD
nonn,hard
AUTHOR
EXTENSIONS
a(38)-a(52) from the Ray Ballinger and Wilfrid Keller link by Robert Price, Dec 18 2018
Moved terms from Data section to b-file, and appended more terms to b-file, by Jeppe Stig Nielsen, Jan 18 2020
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 September 7 15:40 EDT 2024. Contains 375730 sequences. (Running on oeis4.)