OFFSET
0,3
COMMENTS
An autosequence is a sequence which has its inverse binomial transform equal to the signed sequence. If the main diagonal is A000004=0's it is of the first kind. It is of the second kind if the main diagonal is the upper diagonal multiplied by 2.
Starting from the autosequence of second kind A198631(n)/A006519(n+1),the fractional Euler numbers,we build a family of alternated sequences of second and first kind. A row is 0 followed by n+1 times the preceding one.
1, 1/2, 0, -1/4, 0, 1/2, 0, -17/8, 0, 31/2,...
0, 1, 1, 0, -1, 0, 3, 0, -17, 0, 155,... = -A226158(n)
0, 0, 2, 3, 0, -5, 0, 21, 0, -153, 0, 1705,... = a(n).
a(n) is an autosequence of the second kind. Its difference table is:
0, 0, 2, 3, 0, -5, 0, 21, 0, -153,...
0, 2, 1, -3, -5, 5, 21, -21,...
2, -1, -4, -2, 10, 16, -42,...
-3, -3, 2, 12, 6, -58,..
0, 5, 10, -6, -64,...
5, 5, -16, -58,...
0, -21, -42,...
-21, -21,...
0,... .
a(n) is a post Genocchi sequence.
FORMULA
EXAMPLE
a(0)=0, a(1)=1*0=0, a(2)=2*1=2, a(3)=3*1=3, a(4)=4*0=0, a(5)=5*(-1)=-5.
MATHEMATICA
a[0] = a[1] = 0; a[2] = 2; a[n_] := -n*(n-1)*EulerE[n-2, 0]; Table[a[n], {n, 0, 30}] (* Jean-François Alcover, Jun 17 2014 *)
CROSSREFS
KEYWORD
AUTHOR
Paul Curtz, Jun 13 2014
EXTENSIONS
More terms from Jean-François Alcover, Jun 17 2014
STATUS
approved