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!)
A365697 G.f. satisfies A(x) = 1 + x^4*A(x)^3 / (1 - x*A(x)). 2
1, 0, 0, 0, 1, 1, 1, 1, 4, 8, 13, 19, 38, 79, 153, 273, 509, 999, 1979, 3818, 7331, 14279, 28189, 55599, 109275, 215165, 426093, 846638, 1683215, 3348212, 6673679, 13333171, 26679522, 53437369, 107151335, 215154204, 432586412, 870678377, 1754094266 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} binomial(n-3*k-1,n-4*k) * binomial(n-k+1,k) / (n-k+1).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(n-3*k-1, n-4*k)*binomial(n-k+1, k)/(n-k+1));
CROSSREFS
Cf. A365245.
Sequence in context: A064609 A327566 A307159 * A312212 A312213 A312214
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 16 2023
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 13 02:39 EDT 2024. Contains 374260 sequences. (Running on oeis4.)