login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014432 a(n) = Sum( a(i)a(n-1-i),{i,1,n-1} ), with a(0) = 1, a(1) = 3. 3
1, 3, 3, 12, 30, 111, 363, 1353, 4917, 18777, 71769, 280506, 1103556, 4395009, 17622309, 71220828, 289510662, 1183627137, 4862148753, 20061888924, 83100910530, 345457823493, 1440734205513, 6026408186457, 25275954499905, 106277040064191 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: (1+x-sqrt(1-2*x-11*x^2))/2 - Michael Somos, Jun 08, 2000.

A014432(n) = (3/(11*n)) * ((3+n)*A025237(n+1) - (2*n+3)*A025237(n)) for n>0 [From Mark van Hoeij (hoeij(AT)math.fsu.edu), Jul 02 2010]

MAPLE

seq(coeff(convert(series((1+x-sqrt(1-2*x-11*x^2))/(2*x), x, 50), polynom), x, i), i=0..30); A014431:=proc(n) options remember: local i: if n<2 then RETURN([1, 3][n+1]) else RETURN(add(A014431(i)*A014431(n-1-i), i=1..n-1)) fi:end; seq(A014431(n), n=0..30); (C. Ronaldo)

PROG

(PARI) a(n)=polcoeff((1+x-sqrt(1-2*x-11*x^2+x*O(x^n)))/2, n)

CROSSREFS

Cf. A025237.

Sequence in context: A161804 A097342 A025236 * A107330 A076509 A206704

Adjacent sequences:  A014429 A014430 A014431 * A014433 A014434 A014435

KEYWORD

nonn

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be)

EXTENSIONS

Corrected by C. Ronaldo (aga_new_ac(AT)hotmail.com) and Ralf Stephan, Dec 19 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 13:02 EST 2012. Contains 205909 sequences.