[go: up one dir, main page]

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!)
A232230 Expansion of (1 - 2*x + x^2 + x^3 + x^5) / ((1 - x)*(1 - 2*x - x^3)). 1
1, 1, 2, 6, 14, 32, 72, 160, 354, 782, 1726, 3808, 8400, 18528, 40866, 90134, 198798, 438464, 967064, 2132928, 4704322, 10375710, 22884350, 50473024, 111321760, 245527872, 541528770, 1194379302, 2634286478, 5810101728, 12814582760, 28263452000, 62337005730, 137488594222, 303240640446 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
A. Goupil, M.-E. Pellerin and J. de Wouters d'Oplinter, Snake Polyominoes, arXiv preprint arXiv:1307.8432 [math.CO], 2013-2014.
FORMULA
a(n) = 3*a(n-1) - 2*a(n-2) + a(n-3) - a(n-4) for n>3. - Colin Barker, Dec 05 2018
a(n) = 2*a(n-1) + a(n-3) + 2 for n>4. - Greg Dresden, Feb 09 2020
MATHEMATICA
Join[{1, 1}, LinearRecurrence[{3, -2, 1, -1}, {2, 6, 14, 32}, 33]] (* Jean-François Alcover, Dec 05 2018 *)
PROG
(PARI) Vec((1 - 2*x + x^2 + x^3 + x^5) / ((1 - x)*(1 - 2*x - x^3)) + O(x^40)) \\ Colin Barker, Dec 05 2018
CROSSREFS
Sequence in context: A074878 A065495 A131352 * A294780 A051485 A077999
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 23 2013
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 August 29 21:34 EDT 2024. Contains 375518 sequences. (Running on oeis4.)