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!)
A126896 Numbers k such that 10*k! + 1 is prime. 9
0, 1, 3, 4, 5, 23, 32, 39, 61, 349, 718, 805, 1025, 1194, 1550, 1774, 3417 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(17) > 2880. - Jinyuan Wang, Feb 05 2020
LINKS
EXAMPLE
k = 4 is a term because 10*4! + 1 = 241 is prime.
PROG
(PARI) is(k) = ispseudoprime(10*k!+1); \\ Jinyuan Wang, Feb 05 2020
CROSSREFS
Sequence in context: A037347 A116474 A208807 * A334225 A123957 A085285
KEYWORD
nonn,more
AUTHOR
Parthasarathy Nambi, May 07 2007
EXTENSIONS
a(15)-a(16) from Jinyuan Wang, Feb 05 2020
a(17) from Michael S. Branicky, Apr 16 2023
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)