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!)
A030034 a(n+1) = Sum_{k=0..floor(n/4)} a(k) * a(n-k). 4
1, 1, 1, 1, 1, 2, 3, 5, 8, 16, 29, 53, 98, 196, 376, 723, 1393, 2786, 5474, 10752, 21128, 42979, 85905, 171810, 343522, 703270, 1421998, 2875847, 5817194, 11978061, 24428369, 49817625, 101588512, 209911975, 430722621, 883632025, 1812556425, 3763773324, 7764267706 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
PROG
(PARI) lista(nn) = {my(v=vector(nn+2, i, 1)); for(n=3, nn, v[n+2]=sum(k=1, 1+n\4, v[k]*v[n+2-k])); v; } \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
Sequence in context: A050295 A121649 A306622 * A370002 A308852 A093000
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jinyuan Wang, Mar 18 2020
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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)