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!)
A357453 Number of compositions (ordered partitions) of n into tetranacci numbers 1,2,4,8,15,29, ... (A000078). 3
1, 1, 2, 3, 6, 10, 18, 31, 56, 98, 174, 306, 542, 956, 1690, 2984, 5273, 9313, 16453, 29062, 51340, 90689, 160203, 282994, 499908, 883078, 1559948, 2755624, 4867776, 8598858, 15189770, 26832521, 47399291, 83730207, 147908288, 261277998, 461544073 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1 / (1 - Sum_{k>=4} x^A000078(k)).
MATHEMATICA
A000078[0] = A000078[1] = A000078[2] = 0; A000078[3] = 1; A000078[n_] := A000078[n] = A000078[n - 1] + A000078[n - 2] + A000078[n - 3] + A000078[n - 4]; nmax = 36; CoefficientList[Series[1/(1 - Sum[x^A000078[k], {k, 4, 20}]), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A349904 A023359 A357455 * A082482 A066000 A011957
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 29 2022
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 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)