The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073496 Expansion of (3 + 2*x + 3*x^2)/(1 + x + 3*x^2 - x^3). 1
3, -1, -5, 11, 3, -41, 43, 83, -253, 47, 795, -1189, -1149, 5511, -3253, -14429, 29699, 10335, -113861, 112555, 239363, -690889, 85355, 2226675, -3173629, -3421041, 15168603, -8079109, -40847741, 80253671, 34210443, -315819197, 293441539, 688226495, -1884370309, 113132363, 6228205059 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Old name was "a(2n), where a(n) is A073145".
LINKS
FORMULA
G.f.: (3 + 2*x + 3*x^2)/(1 + x + 3*x^2 - x^3).
a(2n)=-a(2n-2)-3a(2n-4)+a(2n-6), a(0)=3, a(2)=-1, a(4)=-5.
Recurrence: a(n) = a(n-3) - 3a(n-2) - a(n-1), starting 3,-1,-5.
MATHEMATICA
CoefficientList[Series[(3 + 2*x + 3*x^2)/(1 + x + 3*x^2 - x^3), {x, 0, 50}], x]
LinearRecurrence[{-1, -3, 1}, {3, -1, -5}, 40] (* Harvey P. Dale, Aug 22 2018 *)
CROSSREFS
Bisection of A073145.
Sequence in context: A219078 A266033 A105064 * A176122 A370380 A091623
KEYWORD
sign,easy
AUTHOR
Mario Catalani (mario.catalani(AT)unito.it), Aug 03 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)