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!)
A180626 Numbers k such that 9*k! + 1 is prime. 9
2, 6, 7, 10, 13, 15, 24, 29, 33, 44, 98, 300, 548, 942, 1099, 1176, 1632, 1794, 3676, 3768, 4804, 6499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Tested to 4500. - Robert G. Wilson v, Sep 28 2010
a(22) > 5235. - Jinyuan Wang, Feb 05 2020
LINKS
MATHEMATICA
fQ[n_] := PrimeQ[9 n! + 1]; k = 0; lst = {}; While[k < 1501, If[ fQ@k, AppendTo[lst, k]; Print@k]; k++ ]; lst
PROG
(PARI) is(k) = ispseudoprime(9*k!+1); \\ Jinyuan Wang, Feb 05 2020
CROSSREFS
Sequence in context: A074223 A029459 A014862 * A061943 A029507 A047552
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 13 2010
EXTENSIONS
a(17)-a(20) from Robert G. Wilson v, Sep 28 2010
a(21) from Jinyuan Wang, Feb 05 2020
a(22) from Michael S. Branicky, May 27 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 May 5 19:55 EDT 2024. Contains 372283 sequences. (Running on oeis4.)