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!)
A323717 a(n) = Product_{k=0..n} (n! + k!). 5
2, 4, 36, 4704, 23400000, 7778123781120, 245221791787632844800, 980866487456532919096049664000, 647456833933936977045736601678008811520000, 89423837415458106416291101560480526982914768896000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) ~ 2^((n+3)/2) * Pi^((n+1)/2) * n^((n+1)*(2*n+1)/2) / exp(n^2 + n - 1/12).
a(n) ~ 2 * (n!)^(n+1). - Vaclav Kotesovec, Mar 28 2019
MATHEMATICA
Table[Product[n!+k!, {k, 0, n}], {n, 0, 10}]
PROG
(Magma) F:= Factorial; [(&*[F(n) + F(j): j in [0..n]]): n in [0..20]]; // G. C. Greubel, Aug 30 2023
(SageMath) f=factorial; [product(f(n) + f(k) for k in range(n+1)) for n in range(21)] # G. C. Greubel, Aug 30 2023
CROSSREFS
Sequence in context: A081976 A326932 A063184 * A212775 A115250 A018304
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 25 2019
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 18 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)