OFFSET
0,2
COMMENTS
This sequence is obtained by iterating the shift-difference operator E*(E - 1)^2 on f(m) = m^m and evaluating at m = 0, where E is the shift operator.
FORMULA
a(n) = Sum_{k=0..2*n} (-1)^k*binomial(2*n, k)*(n + k)^(n + k), with 0^0 = 1.
EXAMPLE
The triangular array begins:
m: 0 1 2 3 4 ...
--------------------------------------------------------------
n = 0 1 1 4 27 256 ...
n = 1 20 35588 298222584 ...
n = 2 35588 298222584 ...
n = 3 298222584 ...
CROSSREFS
KEYWORD
nonn
AUTHOR
Dalton Heilig, May 18 2026
STATUS
approved
