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!)
A180630 Numbers k such that 9*k! - 1 is prime. 8
2, 3, 12, 15, 16, 25, 30, 38, 59, 82, 114, 168, 172, 175, 213, 229, 251, 302, 311, 554, 2538, 3050, 3363 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(22) > 2575. - Jinyuan Wang, Feb 03 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 03 2020
CROSSREFS
Sequence in context: A015756 A163906 A302844 * A173079 A173903 A154785
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 13 2010
EXTENSIONS
a(21) from Jinyuan Wang, Feb 03 2020
a(22)-a(23) from Michael S. Branicky, Apr 25 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 08:13 EDT 2024. Contains 372319 sequences. (Running on oeis4.)