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!)
A306504 Expansion of 1/(x^6+2*x^5-x^4-4*x^3-x^2-2*x+1). 2
1, 2, 5, 16, 46, 128, 366, 1048, 2983, 8498, 24235, 69088, 196924, 561360, 1600252, 4561680, 13003565, 37068242, 105667377, 301217072, 858654442, 2447694896, 6977439850, 19890006440, 56698785235, 161626505250, 460735217111, 1313379512256, 3743941595128, 10672542499296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2*a(n-1) + a(n-2) + 4*a(n-3) + a(n-4) - 2*a(n-5) - a(n-6).
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/(x^6+2*x^5-x^4-4*x^3-x^2-2*x+1))
CROSSREFS
Self-convolution of A306463.
Sequence in context: A138573 A148375 A075887 * A148376 A148377 A349270
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 20 2019
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)