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!)
A232231 G.f.: (1-3*x+2*x^2+2*x^4+4*x^5)/((1-x)*(1-3*x-4*x^3)). 0
1, 1, 3, 13, 45, 153, 517, 1737, 5829, 19561, 65637, 220233, 738949, 2479401, 8319141, 27913225, 93657285, 314248425, 1054398181, 3537823689, 11870464773, 39828987049, 133638255909, 448396626825, 1504505828677, 5048070509673, 16937798036325, 56831417423689, 190686534309765, 639810795074601 (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, 2013
MATHEMATICA
a[0] = a[1] = 1; a[2] = 3; a[3] = 13; a[4] = 45; a[n_] := a[n] = 3*a[n-1] + 4*a[n-3] + 6; Array[a, 30, 0] (* Jean-François Alcover, Sep 21 2017 *)
CROSSREFS
Sequence in context: A115128 A140420 A308087 * A121136 A350175 A239592
KEYWORD
nonn
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 May 28 20:33 EDT 2024. Contains 372919 sequences. (Running on oeis4.)