login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A281454
Exponential transform of the 4-dimensional figurate numbers (A002417).
0
1, 1, 9, 55, 441, 4316, 46867, 566714, 7550601, 109118728, 1696640501, 28209128344, 498557098921, 9320449092072, 183575505529431, 3796015849264216, 82156098504947473, 1856012774517648896, 43663382492497648777, 1067393396478808265656, 27062739020373087036281, 710410408414549934445376, 19277762831507022675509139
OFFSET
0,3
LINKS
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Exponential Transform
FORMULA
E.g.f.: exp(exp(x)*x*(6 + 18*x + 9*x^2 + x^3)/6).
EXAMPLE
E.g.f.: A(x) = 1 + x/1! + 9*x^2/2! + 55*x^3/3! + 441*x^4/4! + 4316*x^5/5! + 46867*x^6/6! + ...
MATHEMATICA
Range[0, 22]! CoefficientList[Series[Exp[Exp[x] x (6 + 18 x + 9 x^2 + x^3)/6], {x, 0, 22}], x]
CROSSREFS
Sequence in context: A037578 A096191 A362088 * A174711 A231857 A041148
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 22 2017
STATUS
approved