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!)
A330966 a(n) is 1/5 times the number of anti-chains of size four in "0,1,2" Motzkin trees on n edges. 0
1, 11, 84, 520, 2835, 14133, 65960, 292536, 1245789, 5132375, 20569512, 80541300, 309143065, 1166302239, 4334300976, 15895046840, 57608669274, 206606077758, 733992204988, 2585415612500, 9036556157100, 31362262768684, 108144498780096, 370700681812032 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,2
COMMENTS
See A335355 for details.
LINKS
Lifoma Salaam, Combinatorial statistics on phylogenetic trees, Ph.D. Dissertation, Howard University, Washington D.C., 2008; see Definition 42 (p. 30), Theorem 44 (p. 33), and Table 2.4 (p. 39).
FORMULA
a(n) = A335355(n)/5.
D-finite with recurrence -(n+2)*(n-6)*a(n) +(n+2)*(4*n-17)*a(n-1) +(2*n^2-n-90)*a(n-2) -3*(n+2)*(4*n-3)*a(n-3) -9*(n+2)*(n+1)*a(n-4)=0. - R. J. Mathar, Aug 19 2022
PROG
(PARI) default(seriesprecision, 50);
M(z) = (1 - z - sqrt(1 - 2*z - 3*z^2))/(2*z^2); /* g.f. of A001006 */
T(z) = 1/sqrt(1 - 2*z - 3*z^2); /* g.f. of A002426 */
for(n=0, 30, print1(polcoef(z^6*T(z)^7*M(z)^4, n, z), ", "))
CROSSREFS
Sequence in context: A191003 A012478 A239461 * A026783 A244975 A271558
KEYWORD
nonn
AUTHOR
Petros Hadjicostas, Jun 08 2020
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 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)