[go: up one dir, main page]

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!)
A371778 a(n) = Sum_{k=0..floor(n/3)} binomial(3*n+2,n-3*k). 3
1, 5, 28, 166, 1015, 6324, 39901, 254035, 1628380, 10493680, 67914088, 441086947, 2873255906, 18763759019, 122803467241, 805241108334, 5288922607095, 34789875710568, 229147231044397, 1511104857207706, 9975701630282920, 65920216186587257 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/(((1-x)^3-x^3) * (1-x)^(2*n)).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(3*n+2, n-3*k));
CROSSREFS
Cf. A066380.
Sequence in context: A254538 A090040 A025174 * A083316 A027284 A069731
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 05 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 August 30 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)