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!)
A188914 a(n) = n*n! + 1 = (n+1)! - n! + 1. 3
1, 2, 5, 19, 97, 601, 4321, 35281, 322561, 3265921, 36288001, 439084801, 5748019201, 80951270401, 1220496076801, 19615115520001, 334764638208001, 6046686277632001, 115242726703104001, 2311256907767808001, 48658040163532800001, 1072909785605898240001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
It is unknown if all numbers of the form n*n!+1 are squarefree. n*n!+1 is squarefree for 0 < n < 52. It is unknown if there exist infinitely many primes of the form n*n!+1. For primes in this sequence, see A049984.
LINKS
FORMULA
E.g.f.: exp(x) + x/(1 - x)^2. - Stefano Spezia, Aug 03 2022
MATHEMATICA
Table[(n*Factorial[n])+1, {n, 0, 30}]
PROG
(PARI) a(n) = n*n! + 1; \\ Michel Marcus, Aug 03 2022
CROSSREFS
Sequence in context: A020015 A363210 A291061 * A049984 A052866 A007003
KEYWORD
nonn,easy,nice
AUTHOR
John M. Campbell, Apr 17 2011
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Aug 03 2022
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 10 06:02 EDT 2024. Contains 372356 sequences. (Running on oeis4.)