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!)
A370376 Number of compositions of n where there are A025174(k) sorts of part k. 1
1, 1, 6, 39, 262, 1791, 12372, 86052, 601374, 4217151, 29648766, 208855791, 1473509736, 10408539844, 73596075552, 520797997464, 3687846866382, 26128671296127, 185209915856802, 1313356295909877, 9316374980571702, 66105343198654407, 469174119885678972 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1 / (1 - 1/3 * Sum(k>=1} binomial(3*k,k) * x^k)).
a(0) = 1; a(n) = 1/3 * Sum_{k=1..n} binomial(3*k,k) * a(n-k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(1/(1-sum(k=1, N, binomial(3*k, k)*x^k)/3))
CROSSREFS
Sequence in context: A238809 A006256 A052392 * A357206 A370026 A199491
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 16 2024
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 31 19:33 EDT 2024. Contains 373003 sequences. (Running on oeis4.)