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!)
A030035 a(n+1) = Sum_{k=0..floor(3*n/4)} a(k) * a(n-k). 1
1, 1, 1, 2, 4, 9, 17, 38, 89, 213, 480, 1151, 2810, 6978, 16497, 40731, 101680, 256491, 623916, 1568966, 3972773, 10130647, 25044032, 63573638, 162478685, 417322917, 1049096179, 2687278965, 6917001254, 17882746627, 45391766669, 116995255065, 302689722551 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
PROG
(PARI) lista(nn) = {my(v=vector(nn+2, i, 1)); for(n=1, nn, v[n+2]=sum(k=1, 1+(3*n)\4, v[k]*v[n+2-k])); v; } \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
Sequence in context: A136326 A362033 A059973 * A123431 A049961 A321736
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 27 10:37 EDT 2024. Contains 372017 sequences. (Running on oeis4.)