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!)
A285186 Expansion of (x+2*x^2) / (1-2*x-2*x^2+2*x^3). 1
0, 1, 4, 10, 26, 64, 160, 396, 984, 2440, 6056, 15024, 37280, 92496, 229504, 569440, 1412896, 3505664, 8698240, 21582016, 53549184, 132865920, 329666176, 817965824, 2029532160, 5035663616, 12494459904, 31001182720, 76919958016, 190853361664, 473544273920, 1174955355136, 2915292534784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Tomislav Doslic, I. Zubac, Counting maximal matchings in linear polymers, Ars Mathematica Contemporanea 11 (2016) 255-276. See Prop. 4.11.
FORMULA
a(n) = A285185(n)/2.
a(n) = 2*a(n-1) + 2*a(n-2) - 2*a(n-3) for n>2. - Colin Barker, Apr 23 2017
PROG
(PARI) concat(0, Vec(x*(1 + 2*x) / (1 - 2*x - 2*x^2 + 2*x^3) + O(x^30))) \\ Colin Barker, Apr 23 2017
CROSSREFS
Cf. A285185.
Sequence in context: A000294 A308723 A133086 * A178037 A175658 A191605
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Apr 23 2017
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)