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!)
A141798 Numbers n such that 2*23^n + 1 is prime. 4
0, 1, 5, 21, 261, 47589, 93337 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Primes found and proved by PrimeForm. No more terms up to 20000.
a(6) and a(7) proved prime by the primality proving program LLR. - Robert Price, Jan 06 2016
a(8) > 2*10^5. - Robert Price, Jan 06 2016
LINKS
MATHEMATICA
Join[{0}, Select[Range[1, 261, 2], PrimeQ[2*23^# + 1] &]] (* Arkadiusz Wesolowski, Nov 06 2012 *)
PROG
(PARI) is(n)=ispseudoprime(2*23^n+1) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A119686 A241467 A267020 * A301797 A015461 A101694
KEYWORD
hard,nonn
AUTHOR
Rick L. Shepherd, Jul 05 2008
EXTENSIONS
a(6)-a(7) from Robert Price, Jan 06 2016
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 May 1 22:31 EDT 2024. Contains 372178 sequences. (Running on oeis4.)