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!)
A236169 Numbers n such that n!*3^n + 1 is prime. 1
0, 2, 3, 8, 13, 19, 124, 199, 288, 359, 692, 3610, 5316, 5372, 7442, 8251, 14288, 16883, 17131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(20) > 25000.
Corresponding primes are all verified prime (i.e., not probable prime): 2, 19, 163, 264539521, 9927882482918401, 141383412854531380076544001, ...
LINKS
MATHEMATICA
Do[f=n!*3^n+1; If[PrimeQ[f], Print[{n, f}]], {n, 0, 25000}]
PROG
(PARI) isok(n) = isprime(n!*3^n + 1); \\ Michel Marcus, Jul 23 2017
CROSSREFS
Sequence in context: A168343 A217330 A358207 * A080478 A002053 A102315
KEYWORD
nonn,more
AUTHOR
Robert Price, Jan 19 2014
EXTENSIONS
a(1)=0 prepended by Robert Price, Jul 22 2017
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 19 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)