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!)
A295381 Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of e.g.f. exp(-k*x/(1 - x))/(1 - x). 2
1, 1, 1, 1, 0, 2, 1, -1, -1, 6, 1, -2, -2, -4, 24, 1, -3, -1, -2, -15, 120, 1, -4, 2, 6, 8, -56, 720, 1, -5, 7, 14, 33, 88, -185, 5040, 1, -6, 14, 16, 24, 102, 592, -204, 40320, 1, -7, 23, 6, -31, -104, -9, 3344, 6209, 362880, 1, -8, 34, -22, -120, -380, -1328, -3762, 14464, 112400, 3628800 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Eric Weisstein's World of Mathematics, Laguerre Polynomial
FORMULA
E.g.f. of column k: exp(-k*x/(1 - x))/(1 - x).
A(n,k) = n!*Laguerre(n,k).
EXAMPLE
E.g.f. of column k: A_k(x) = 1 + (1 - k)*x/1! + (k^2 - 4*k + 2)*x^2/2! + (-k^3 + 9*k^2 - 18*k + 6)*x^3/3! + (k^4 - 16*k^3 + 72*k^2 - 96*k + 24)*x^4/4! + ...
Square array begins:
1, 1, 1, 1, 1, 1, ...
1, 0, -1, -2 -3, -4, ...
2, -1, -2, -1, 2, 7, ...
6, -4, -2, 6, 14, 16, ...
24, -15, 8, 33, 24, -31, ...
120, -56, 88, 102, -104, -380, ...
MATHEMATICA
Table[Function[k, n! SeriesCoefficient[Exp[-k x/(1 - x)]/(1 - x), {x, 0, n}]][j - n], {j, 0, 10}, {n, 0, j}] // Flatten
Table[Function[k, n! LaguerreL[n, k]][j - n], {j, 0, 10}, {n, 0, j}] // Flatten
Table[Function[k, n! Hypergeometric1F1[-n, 1, k]][j - n], {j, 0, 10}, {n, 0, j}] // Flatten
CROSSREFS
Columns k=0..2 give A000142, A009940, A295382.
Main diagonal gives A277423.
Cf. A289192.
Sequence in context: A156233 A251725 A292977 * A351420 A331283 A060185
KEYWORD
sign,tabl
AUTHOR
Ilya Gutkovskiy, Nov 21 2017
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)