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!)
A373292 Expansion of 1/(1 - x/(1 - 8*x^3)^(1/4)). 0
1, 1, 1, 1, 3, 5, 7, 19, 35, 55, 139, 267, 447, 1077, 2115, 3689, 8595, 17101, 30703, 69797, 140027, 256873, 573167, 1156221, 2156555, 4742759, 9603287, 18149083, 39457727, 80104735, 153007747, 329580959, 670338231, 1291649283, 2761199459, 5623490391 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} 8^k * binomial((n+k)/4-1,k).
PROG
(PARI) a(n) = sum(k=0, n\3, 8^k*binomial((n+k)/4-1, k));
CROSSREFS
Cf. A373509.
Sequence in context: A106919 A005850 A052334 * A322302 A154526 A126144
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 07 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 September 14 06:54 EDT 2024. Contains 375920 sequences. (Running on oeis4.)