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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119370 G.f. satisfies: A(x) = 1 + x*A(x)^2 + x^2*(A(x)^2 - A(x)). 10
1, 1, 2, 6, 19, 64, 225, 816, 3031, 11473, 44096, 171631, 675130, 2679728, 10719237, 43168826, 174885089, 712222799, 2914150406, 11973792218, 49385167369, 204386777160, 848530495383, 3532844222611, 14747626307436, 61712139464939 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Equals base sequence of pendular trinomial triangle A119369; iterated convolutions of this sequence with the central terms (A119371) generates all diagonals of A119369. For example: A119372 = A119370 * A119371; A119373 = A119370^2 * A119371.

Diagonal sums of number array A133336. [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 09 2009]

FORMULA

G.f.: A(x) = ((1+x^2) - sqrt( (1+x^2)^2 - 4*x*(1+x) ))/(2*x*(1+x)). Equals the inverse binomial transform of A104547.

EXAMPLE

A(x) = 1 + x + 2*x^2 + 6*x^3 + 19*x^4 + 64*x^5 + 225*x^6 + 816*x^7 +...

x*A(x)^2 = x + 2*x^2 + 5*x^3 + 16*x^4 + 54*x^5 + 190*x^6 + 690*x^7 +...

x^2*( A(x)^2 - A(x) ) = 1*x^3 + 3*x^4 + 10*x^5 + 35*x^6 + 126*x^7 +...

PROG

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

CROSSREFS

Cf. A119369, A119371, A119372, A119373, A119374, A119375, A119376; A104547.

Sequence in context: A191639 A151283 A176950 * A192738 A192728 A181315

Adjacent sequences:  A119367 A119368 A119369 * A119371 A119372 A119373

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 16 2006

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 15 15:20 EST 2012. Contains 205823 sequences.