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”).

A105576
a(n) = 2*a(n-1) - 3*a(n-2) + 2*a(n-3) with a(0) = 3, a(1) = 4, a(2) = 0.
0
3, 4, 0, -6, -4, 10, 20, 2, -36, -38, 36, 114, 44, -182, -268, 98, 636, 442, -828, -1710, -52, 3370, 3476, -3262, -10212, -3686, 16740, 24114, -9364, -57590, -38860, 76322, 154044, 1402, -306684, -309486, 303884, 922858, 315092, -1530622, -2160804, 900442, 5222052, 3421170
OFFSET
0,1
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: 1vesseq[.5'j + .5'k + .5j' + .5k' + .5'ii' + .5e]
FORMULA
2*a(n) = A105225(n) + A105577(n) + 4*((-1)^n)*A001607(n+1)
G.f.: (3-2x+x^2)/((1-x)(1-x+2x^2)). a(n)=1+A107920(n)+2*A107920(n+1). [From R. J. Mathar, Feb 04 2009]
MATHEMATICA
LinearRecurrence[{2, -3, 2}, {3, 4, 0}, 50] (* Harvey P. Dale, Jul 05 2022 *)
CROSSREFS
Equals 2*A107920(n) + A107920(n-1) + 1.
Sequence in context: A197485 A158677 A337164 * A105826 A110665 A063441
KEYWORD
sign,easy
AUTHOR
Creighton Dement, Apr 14 2005
STATUS
approved