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!)
A332679 a(n) = (-1)^n * n! * Laguerre(n, 4*n). 9
1, 3, 34, 642, 16920, 571880, 23577552, 1147008912, 64304389504, 4081584090240, 289302692908800, 22648001532831488, 1940655970832219136, 180654087647513945088, 18153823412468554639360, 1958590905998560664832000, 225799980396482832660529152, 27702168947661388727726931968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A302112(n) = (a(n) - 2*n*A332680(n)) * binomial(2*n, n) / 2^n.
a(n) / (n*A332680(n)) ~ 2.
a(n) ~ c * n^(n + 1/6) * exp(n), where c = Gamma(1/3) / (2^(5/6) * 3^(1/6) * sqrt(Pi)) = 0.706332637459...
MATHEMATICA
Table[(-1)^n*n!*LaguerreL[n, 4*n], {n, 0, 20}]
Join[{1}, Table[n! * Sum[(-1)^(n-k) * Binomial[n, k] * (4*n)^k/k!, {k, 0, n}], {n, 1, 20}]]
Table[(-1)^n*n!*Hypergeometric1F1[-n, 1, 4*n], {n, 0, 20}]
PROG
(PARI) a(n) = (-1)^n*n!*pollaguerre(n, 0, 4*n); \\ Michel Marcus, Feb 05 2021
CROSSREFS
Sequence in context: A365040 A126753 A047794 * A256512 A277391 A231850
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 19 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)