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!)
A055658 Number of (3,n)-partitions of a chain of length n^2. 2
0, 0, 1, 35, 286, 1330, 4495, 12341, 29260, 62196, 121485, 221815, 383306, 632710, 1004731, 1543465, 2303960, 3353896, 4775385, 6666891, 9145270, 12347930, 16435111, 21592285, 28032676, 35999900, 45770725, 57657951, 72013410 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a (k,n)-partition of a chain C is a chain of k intervals of C of length n.
LINKS
FORMULA
a(n) = (1/6)*(n-1)*(n-2)*(n^2-3*n+3)*(n^2-3*n+1).
G.f.: -x^3*(1+28*x+62*x^2+28*x^3+x^4) / (x-1)^7. - R. J. Mathar, Mar 14 2016
EXAMPLE
a(3)=1 because in the linearly ordered set {1,..,9} we can choose in just one way 3 successive blocks of 3 consecutive elements.
PROG
(Magma) [1/6*(n-1)*(n-2)*(n^2-3*n+3)*(n^2-3*n+1): n in [1..35]]; // Vincenzo Librandi, Jun 30 2011
(PARI) a(n) = (n-1)*(n-2)*(n^2-3*n+3)*(n^2-3*n+1)/6; \\ Altug Alkan, Oct 04 2018
CROSSREFS
Cf. A055659.
Sequence in context: A210269 A219575 A219711 * A341441 A125773 A198397
KEYWORD
nonn,easy
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it), Jun 07 2000
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 13 09:16 EDT 2024. Contains 372504 sequences. (Running on oeis4.)