cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A243868 0 followed by -(n+1)*A226158(n).

This page as a plain text file.
%I A243868 #16 Jun 21 2014 16:15:48
%S A243868 0,0,2,3,0,-5,0,21,0,-153,0,1705,0,-26949,0,573405,0,-15802673,0,
%T A243868 547591761,0,-23302711005,0,1194695479813,0,-72628776062025,0,
%U A243868 5165901157067001,0,-425013158488292213,0
%N A243868 0 followed by -(n+1)*A226158(n).
%C A243868 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.
%C A243868 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.
%C A243868 1, 1/2, 0, -1/4,  0, 1/2, 0, -17/8,   0, 31/2,...
%C A243868 0,   1, 1,    0, -1,   0, 3,     0, -17,    0, 155,... = -A226158(n)
%C A243868 0,   0, 2,    3,  0,  -5, 0,    21,   0, -153, 0, 1705,... = a(n).
%C A243868 a(n) is an autosequence of the second kind. Its difference table is:
%C A243868 0,     0,   2,   3,   0,  -5,   0,  21, 0, -153,...
%C A243868 0,     2,   1,  -3,  -5,   5,  21, -21,...
%C A243868 2,    -1,  -4,  -2,  10,  16, -42,...
%C A243868 -3,   -3,   2,  12,   6, -58,..
%C A243868 0,     5,  10,  -6, -64,...
%C A243868 5,     5, -16, -58,...
%C A243868 0,   -21, -42,...
%C A243868 -21, -21,...
%C A243868 0,... .
%C A243868 a(n) is a post Genocchi sequence.
%F A243868 The fourth column of the second triangle of A133135(n) (see also A140218) is
%F A243868 1, -5/2, 5/2, 0, 0, -21/2, 21/2,... = b(n).
%F A243868 c(n) = 0, 0, 0, 0, followed by 2*(-1)^n*b(n) = 0, 0, 0, 0, 2, 5, 5, 0, 0, 21, 21, -132, -132,... . Autosequence.
%F A243868 a(n) = c(n+2) -c(n+1).
%e A243868 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.
%t A243868 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 *)
%Y A243868 Cf. A102055, A230011, A229054.
%K A243868 sign,frac,tabl
%O A243868 0,3
%A A243868 _Paul Curtz_, Jun 13 2014
%E A243868 More terms from _Jean-François Alcover_, Jun 17 2014