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!)
A178488 Numbers k such that 8*k! + 1 is prime. 9
2, 4, 9, 10, 11, 12, 15, 25, 31, 46, 53, 78, 318, 615, 955, 1646, 2669, 2672, 3515 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(20) > 3810. - Jinyuan Wang, Feb 05 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) for(k=1, 999, ispseudoprime(8*k!+1) & print1(k, ", "))
(PFGW) ABC2 8*$a!+1
a: from 1 to 1000 // Jinyuan Wang, Feb 05 2020
CROSSREFS
Sequence in context: A275658 A267414 A072583 * A226821 A047465 A365343
KEYWORD
nonn,hard,more
AUTHOR
Robert G. Wilson v, Sep 13 2010 and M. F. Hasler, Sep 16 2010
EXTENSIONS
a(16)-a(19) from Jinyuan Wang, Feb 05 2020
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)