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!)
A369814 Expansion of 1/(1 - x^3 - x^7). 4
1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 2, 0, 1, 3, 1, 1, 4, 3, 1, 5, 6, 2, 6, 10, 5, 7, 15, 11, 9, 21, 21, 14, 28, 36, 25, 37, 57, 46, 51, 85, 82, 76, 122, 139, 122, 173, 224, 204, 249, 346, 343, 371, 519, 567, 575, 768, 913, 918, 1139, 1432, 1485, 1714, 2200, 2398, 2632, 3339, 3830, 4117, 5053, 6030, 6515, 7685 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
COMMENTS
Number of compositions of n into parts 3 and 7.
LINKS
FORMULA
a(n) = a(n-3) + a(n-7).
PROG
(PARI) my(N=80, x='x+O('x^N)); Vec(1/(1-x^3-x^7))
(PARI) a(n) = sum(k=0, n\7, ((n-4*k)%3==0)*binomial((n-4*k)/3, k));
CROSSREFS
Sequence in context: A044942 A362463 A263401 * A239928 A114912 A231723
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 02 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 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)