OFFSET
0,3
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972; see Chapter 22.
FORMULA
G.f.: (1 + 3*x^2)/(1 - x*(2*y-x)).
EXAMPLE
Triangle begins:
1;
0, 2;
2, 0, 4;
0, 2, 0, 8;
-2, 0, 0, 0, 16;
0, -6, 0, -8, 0, 32;
2, 0, -12, 0, -32, 0, 64;
0, 10, 0, -16, 0, -96, 0, 128;
-2, 0, 32, 0, 0, 0, -256, 0, 256;
...
PROG
(PARI) T(n)=[Vecrev(p) | p<-Vec((1 + 3*x^2)/(1 - x*(2*y-x)) + O(x*x^n))]
{ my(A=T(10)); for(i=1, #A, print(A[i])) }
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
A. Bannour (managing_office069(AT)yahoo.fr), Mar 19 2008
EXTENSIONS
New name from Joerg Arndt, May 15 2016
Offset changed and more terms from Andrew Howroyd, Oct 31 2025
a(14) and some following terms corrected by Georg Fischer, May 09 2026
STATUS
approved
