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!)
A202422 Primes of the form n!*n!! + 1. 1
2, 5, 19, 193, 1801, 56240459218944001, 112873711099106889552388221969528619131820978659655680000000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n > 4, the last digits of the prime numbers are of the form 01, 001, 0000000000001,...,...000001.
Generated by n = 1, 2, 3, 4, 5, 14, 37, 48, 50, 52,... - R. J. Mathar, Dec 21 2011
The next term (a(8)) has 93 digits. - Harvey P. Dale, Jun 13 2022
LINKS
EXAMPLE
19 is in the sequence because, for n = 3, 3!*3!! + 1 = 6*3 + 1 = 19.
MATHEMATICA
a={}; Do[p=n!*n!!+1; If[PrimeQ[p], AppendTo[a, p]], {n, 10^3}]; Print[a];
Select[Table[n! n!!+1, {n, 40}], PrimeQ] (* Harvey P. Dale, Jun 13 2022 *)
CROSSREFS
Sequence in context: A108799 A193674 A085871 * A212269 A359116 A080280
KEYWORD
nonn
AUTHOR
Michel Lagneau, Dec 19 2011
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 September 10 09:32 EDT 2024. Contains 375786 sequences. (Running on oeis4.)