A385725 E.g.f. A(x) satisfies A(x) = exp( x*(A(x) + A(i*x) + A(-x) + A(-i*x))/4 ), where i is the imaginary unit.
1, 1, 1, 1, 1, 6, 31, 106, 281, 3160, 29701, 176056, 768241, 12702704, 173361371, 1466276176, 8937060081, 195180709248, 3494232292681, 38426220716416, 301057954180801, 8174141246647552, 181144607099402871, 2452803139819922176, 23494461553739152201, 762800754226165963776
Offset: 0
Keywords
Formula
a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/4)} (4*k+1) * binomial(n-1,4*k) * a(4*k) * a(n-1-4*k).