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!)
A337547 Number of compositions (ordered partitions) of n into distinct parts congruent to 1 mod 3. 7
1, 1, 0, 0, 1, 2, 0, 1, 2, 0, 1, 4, 6, 1, 4, 6, 1, 6, 12, 1, 6, 18, 25, 8, 24, 25, 8, 30, 49, 10, 42, 73, 10, 48, 121, 132, 60, 145, 132, 72, 217, 254, 84, 265, 374, 96, 361, 616, 114, 433, 856, 846, 553, 1218, 864, 649, 1578, 1602, 817, 2180, 2340, 937, 2780, 3798, 1129, 3622 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: Sum_{k>=0} k! * x^(k*(3*k - 1)/2) / Product_{j=1..k} (1 - x^(3*j)).
EXAMPLE
a(12) = 6 because we have [7, 4, 1], [7, 1, 4], [4, 7, 1], [4, 1, 7], [1, 7, 4] and [1, 4, 7].
MATHEMATICA
nmax = 65; CoefficientList[Series[Sum[k! x^(k (3 k - 1)/2)/Product[1 - x^(3 j), {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A351637 A029300 A096397 * A291969 A321434 A103919
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 22 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 May 20 11:55 EDT 2024. Contains 372712 sequences. (Running on oeis4.)