OFFSET
0,4
LINKS
Matthew House, Table of n, a(n) for n = 0..506
Eric Weisstein's World of Mathematics, Laguerre Polynomial.
FORMULA
Denominators of coefficients in expansion of exp(2*x/(1 - x))/(1 - x). - Ilya Gutkovskiy, Aug 29 2018
EXAMPLE
1, 3, 7, 43/3, 27, 719/15, 3661/45, 13991/105, 66769/315, 133261/405, 2363513/4725, 116441047/155925, ...
MATHEMATICA
Denominator[Table[LaguerreL[n, -2], {n, 0, 50}]] (* G. C. Greubel, May 06 2018 *)
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(n, k)*(-2)^k/k!); \\ Michel Marcus, Aug 10 2015
(Magma) [Denominator((&+[Binomial(n, k)*(2^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 06 2018
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Nov 14 2009
STATUS
approved