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!)
A075419 Convolution of A073145 with A056594. 1
3, -1, -4, 6, -1, -7, 12, -8, -9, 31, -32, -10, 75, -95, 8, 160, -261, 111, 308, -682, 487, 505, -1676, 1656, 527, -3857, 4984, -602, -8237, 13825, -6192, -15872, 35891, -26209, -25556, 87654, -88305, -24903, 200860, -264264, 38503, 426623, -729392, 341270, 814747, -1885407, 1411928, 1288224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = -a(n-1) - 2*a(n-2) - a(n-4) + a(n-5); a(0)=3, a(1)=-1, a(2)=-4, a(3)=6, a(4)=-1.
G.f.: (3 + 2*x + x^2)/(1 + x + 2*x^2 + x^4 - x^5).
MATHEMATICA
CoefficientList[Series[(3 + 2x + x^2)/(1 + x + 2x^2 + x^4 - x^5), {x, 0, 50}], x]
LinearRecurrence[{-1, -2, 0, -1, 1}, {3, -1, -4, 6, -1}, 50] (* Harvey P. Dale, Jul 27 2019 *)
CROSSREFS
Sequence in context: A209694 A286951 A260355 * A060922 A143790 A226572
KEYWORD
easy,sign
AUTHOR
Mario Catalani (mario.catalani(AT)unito.it), Sep 17 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 May 7 08:44 EDT 2024. Contains 372300 sequences. (Running on oeis4.)