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!)
A332694 a(n) = (-1)^n * n! * Laguerre(n, 5*n). 5
1, 4, 62, 1614, 58904, 2764880, 158631120, 10755909010, 841471425920, 74605812325020, 7392555309228800, 809594650092540950, 97103822900059929600, 12659189667284189060200, 1782335176686080469555200, 269524635118213823349788250, 43567606796796836119605248000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp((3-sqrt(5))*n/2) * ((sqrt(5) + 1)/2)^(2*n+1) * n^n / 5^(1/4). - Vaclav Kotesovec, Feb 20 2020, simplified May 09 2021
MATHEMATICA
Table[(-1)^n * n! * LaguerreL[n, 5*n], {n, 0, 20}]
Flatten[{1, Table[n!*Sum[Binomial[n, k] * (-1)^(n-k) * 5^k * n^k / k!, {k, 0, n}], {n, 1, 20}]}]
Table[(-1)^n * n! * Hypergeometric1F1[-n, 1, 5*n], {n, 0, 20}]
PROG
(PARI) a(n) = (-1)^n*n!*pollaguerre(n, 0, 5*n); \\ Michel Marcus, Feb 05 2021
CROSSREFS
Sequence in context: A166028 A359620 A241997 * A277392 A349068 A054958
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 20 2020
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 July 30 08:03 EDT 2024. Contains 374738 sequences. (Running on oeis4.)