The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A209250 Numbers n such that (2^64 - 189)*10^n + 1 is prime. 0
38, 214, 425, 557, 713, 1322, 1330, 5061, 19090, 19876, 31954, 41012, 53924, 94455, 124516, 127326, 413500, 476124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The prime (2^64 - 189)*10^476124 + 1 has 476144 digits.
LINKS
EXAMPLE
38 is in the sequence since (2^64 - 189)*10^38 + 1 is prime.
10 is not in the sequence since (2^64 - 189)*10^10 + 1 = 83639*2205519443526291733162759 is composite.
MATHEMATICA
Select[Range[725], PrimeQ[(2^64 - 189)*10^# + 1] &] (* G. C. Greubel, Jan 05 2018 *)
PROG
(PARI) is(n)=ispseudoprime((2^64-189)*10^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A020870 A211502 A259518 * A165068 A160281 A186119
KEYWORD
nonn,more
AUTHOR
Edward A. Trice, Jan 13 2013
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 21 11:13 EDT 2024. Contains 372735 sequences. (Running on oeis4.)