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!)
A180629 Numbers k such that 8*k! - 1 is prime. 6
0, 1, 3, 4, 8, 33, 121, 177, 190, 276, 473, 484, 924, 937, 1722, 2626, 4077, 4464, 6166 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Tested to 4700. - Robert G. Wilson v, Sep 27 2010
Tested to 5127. - Jinyuan Wang, Feb 03 2020
LINKS
MATHEMATICA
fQ[n_] := PrimeQ[8 n! - 1]; k = 0; lst = {}; While[k < 1501, If[ fQ@k, AppendTo[lst, k]; Print@k]; k++ ]; lst
PROG
(PARI) is(k) = ispseudoprime(8*k!-1); \\ Jinyuan Wang, Feb 03 2020
CROSSREFS
Sequence in context: A353950 A119529 A366812 * A258372 A096847 A367131
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 13 2010
EXTENSIONS
a(15)-a(18) from Robert G. Wilson v, Sep 27 2010
a(19) 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 8 04:35 EDT 2024. Contains 372319 sequences. (Running on oeis4.)