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!)
A181300 Number of columns with top entry equal to bottom entry in all the 2-compositions of n. A 2-composition of n is a nonnegative matrix with two rows, such that each column has at least one nonzero entry and whose entries sum up to n. 1
0, 0, 1, 4, 19, 80, 328, 1304, 5084, 19512, 73976, 277688, 1033848, 3822584, 14050824, 51385720, 187095240, 678570360, 2452626312, 8837584248, 31756892552, 113831195000, 407102551688, 1452956457336, 5175872174728 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n)=Sum(k*A181299(n,k),k>=0).
REFERENCES
G. Castiglione, A. Frosini, E. Munarini, A. Restivo and S. Rinaldi, Combinatorial aspects of L-convex polyominoes, European Journal of Combinatorics, 28, 2007, 1724-1741.
LINKS
FORMULA
G.f. = z^2*(1-z)^3/[(1+z)(1-4z+2z^2)^2].
MAPLE
g := z^2*(1-z)^3/((1+z)*(1-4*z+2*z^2)^2): gser := series(g, z = 0, 30): seq(coeff(gser, z, n), n = 0 .. 27);
MATHEMATICA
LinearRecurrence[{7, -12, -4, 12, -4}, {0, 0, 1, 4, 19, 80}, 30] (* Harvey P. Dale, Apr 05 2023 *)
CROSSREFS
Sequence in context: A320088 A122909 A215037 * A027240 A326649 A050914
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Oct 12 2010
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)