login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A110332
Diagonal sums of number a triangle related to the Pell numbers.
0
1, -2, -1, -4, -5, -6, -11, -8, -19, -10, -29, -12, -41, -14, -55, -16, -71, -18, -89, -20, -109, -22, -131, -24, -155, -26, -181, -28, -209, -30, -239, -32, -271, -34, -305, -36, -341, -38, -379, -40, -419, -42, -461, -44, -505, -46, -551, -48, -599, -50, -649, -52, -701, -54, -755, -56, -811, -58, -869, -60, -929
OFFSET
0,2
COMMENTS
Diagonal sums of number triangle A110330.
FORMULA
G.f.: (1-2x-4x^2+2x^3+x^4)/((1+x)^3(1-x)^3); a(n)=3a(n-2)-3a(n-4)+a(n-6); a(n)=-n(n+6)/8-(n^2-2n-8)(-1)^n/8.
CROSSREFS
Cf. A028387 (bisection), A005843 (bisection).
Sequence in context: A261608 A351250 A351253 * A052947 A159287 A252448
KEYWORD
easy,sign
AUTHOR
Paul Barry, Jul 20 2005
STATUS
approved