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!)
A090354 Self-convolution equals the binomial transform of A090353: A^2 = BINOMIAL(A090353). 2
1, 1, 3, 19, 190, 2574, 43922, 903986, 21784659, 601478195, 18715354049, 647834803569, 24688869993252, 1027073272425876, 46309250293477020, 2249435671825385244, 117101538463333719891, 6503918951175618656403 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See comments in A090353.
LINKS
PROG
(PARI) {a(n)=local(A); if(n<1, 0, A=1+x+x*O(x^n); for(k=1, n, B=subst(A^3, x, x/(1-x))/(1-x)+x*O(x^n); A=A-A^4+B); B=subst(A, x, x/(1-x))/(1-x)+x*O(x^n); polcoeff(B^(1/2), n, x))}
CROSSREFS
Sequence in context: A052888 A141623 A229234 * A119394 A101481 A155805
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 26 2003
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 21:46 EDT 2024. Contains 371781 sequences. (Running on oeis4.)