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!)
A180627 Numbers k such that 6*k! - 1 is prime. 10
0, 1, 2, 5, 8, 42, 318, 326, 1054, 2987 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Tested to 4400. - Robert G. Wilson v, Sep 28 2010
a(11) > 6300. - Jinyuan Wang, Feb 04 2020
LINKS
MATHEMATICA
fQ[n_] := PrimeQ[6 n! - 1]; k = 0; lst = {}; While[k < 1501, If[ fQ@k, AppendTo[lst, k]; Print@k]; k++ ]; lst
PROG
(PARI) is(k) = ispseudoprime(6*k!-1); \\ Jinyuan Wang, Feb 04 2020
CROSSREFS
Sequence in context: A214842 A299517 A268660 * A264860 A061354 A162709
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 13 2010
EXTENSIONS
a(10) from Robert G. Wilson v, Sep 28 2010
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 20 11:10 EDT 2024. Contains 371838 sequences. (Running on oeis4.)