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!)
A030041 a(n+1) = Sum_{k=0..sqrt(n)} a(k) * a(n-k). 0
1, 1, 2, 3, 5, 12, 23, 45, 92, 183, 434, 936, 2012, 4365, 9551, 20748, 45065, 108070, 245109, 553308, 1253492, 2846553, 6482338, 14721344, 33423804, 75916943, 187505118, 441004027, 1032009219, 2419549459, 5676752449, 13331861333, 31398821908, 73794930935 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) lista(nn) = {my(v=vector(nn+2, i, 1)); for(n=0, nn, v[n+2]=sum(k=1, 1+sqrt(n), v[k]*v[n+2-k])); v; } \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
Cf. A000992.
Sequence in context: A124370 A003428 A191626 * A331811 A284910 A233231
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)