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!)
A357455 Number of compositions (ordered partitions) of n into pentanacci numbers 1,2,4,8,16,31, ... (A001591). 3
1, 1, 2, 3, 6, 10, 18, 31, 56, 98, 174, 306, 542, 956, 1690, 2983, 5272, 9310, 16448, 29050, 51318, 90644, 160118, 282826, 499590, 882468, 1558798, 2753448, 4863696, 8591212, 15175514, 26805984, 47350057, 83639033, 147739853, 260967374, 460972308, 814260589 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1 / (1 - Sum_{k>=5} x^A001591(k)).
MATHEMATICA
A001591[0] = A001591[1] = A001591[2] = A001591[3] = 0; A001591[4] = 1; A001591[n_] := A001591[n] = A001591[n - 1] + A001591[n - 2] + A001591[n - 3] + A001591[n - 4] + A001591[n - 5]; nmax = 37; CoefficientList[Series[1/(1 - Sum[x^A001591[k], {k, 5, 20}]), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A060945 A349904 A023359 * A357453 A082482 A066000
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 July 17 11:42 EDT 2024. Contains 374377 sequences. (Running on oeis4.)