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!)
A030037 a(n+1) = Sum_{k=0..floor(2*n/5)} a(k) * a(n-k). 5
1, 1, 1, 1, 2, 3, 6, 11, 20, 40, 77, 160, 319, 636, 1332, 2721, 5799, 12068, 25109, 53943, 113682, 245931, 523896, 1115239, 2425858, 5208339, 11388934, 24630843, 53194684, 116764483, 253764437, 559289434, 1221970242, 2666776056, 5889628123, 12910470041, 28608337855 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
PROG
(PARI) lista(nn) = {my(v=vector(nn+2, i, 1)); for(n=2, nn, v[n+2]=sum(k=1, 1+(2*n)\5, v[k]*v[n+2-k])); v; } \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
Sequence in context: A329665 A143658 A005230 * A077078 A077079 A246699
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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)