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!)
A275907 Expansion of (1+x-x^3) / (1-4*x-x^4-x^5). 1
1, 5, 20, 79, 317, 1274, 5121, 20583, 82728, 332503, 1336407, 5371332, 21588639, 86769787, 348748058, 1401699971, 5633759855, 22643397846, 91009109229, 365786884945, 1470182999606, 5909009156125, 23749689131575, 95455552520474, 383658179966447, 1542011912021519, 6197706346373776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
T. Doslic, T. Short, Maximal matchings in polyspiro and benzenoid chains, arXiv:1511.00590, [math.CO], 2015. See Th. 4.4.
FORMULA
G.f.: (1+x-x^3) / (1-4*x-x^4-x^5).
a(n) = 4*a(n-1)+a(n-4)+a(n-5) for n>4. - Colin Barker, Aug 26 2016
MATHEMATICA
CoefficientList[Series[(1 + x - x^3)/(1 - 4*x - x^4 - x^5), {x, 0, 30}], x] (* Wesley Ivan Hurt, Sep 05 2022 *)
PROG
(PARI) Vec((1+x-x^3)/(1-4*x-x^4-x^5) + O(x^30)) \\ Colin Barker, Aug 26 2016
CROSSREFS
Sequence in context: A028814 A346394 A079820 * A117422 A154639 A214939
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Aug 25 2016
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 17 01:45 EDT 2024. Contains 372572 sequences. (Running on oeis4.)