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!)
A187077 Number of row-convex polyplets with n cells. 2
1, 4, 18, 83, 385, 1788, 8305, 38575, 179170, 832189, 3865253, 17952864, 83385309, 387298083, 1798875698, 8355202169, 38807241321, 180247221864, 837190686169, 3888482927823, 18060759310562, 83886449530197, 389625723579965 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Equivalent to a sequence of row-convex polyhexes (A059716).
LINKS
FORMULA
G.f.: -((x(x-1)^3)/(1-7x+13x^2-10x^3+2x^4)).
a(n) = 7a(n-1)-13a(n-2)+10a(n-3)-2a(n-4) for n > 4.
EXAMPLE
a(3) = 18 = A006770(3)-2 omits the two 3-plets with non-convex rows (V and inverted V).
MATHEMATICA
a[n_]:={1, 4, 18, 83}[[n]]/; n<5; a[n_]:=a[n]=7a[n-1]-13a[n-2]+10a[n-3]-2a[n-4]; Array[a, 23]
CROSSREFS
Cf. A006770 (all fixed polyplets); A059716 (row-convex polyhexes); A001169 (row-convex polyominoes).
Sequence in context: A052913 A279285 A129160 * A218986 A143646 A290916
KEYWORD
nonn
AUTHOR
David Bevan, Mar 03 2011
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)