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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122446 G.f. satisfies: A(x) = 1 + x*A(x)^2 + 2*x^2*(A(x)^2 - A(x)); equals the base sequence of pendular trinomial triangle A122445. 8
1, 1, 2, 7, 24, 88, 336, 1321, 5316, 21788, 90640, 381750, 1624592, 6975136, 30177056, 131428917, 575765820, 2535433668, 11216757104, 49829385786, 222193501760, 994153952528, 4461915817760, 20082611971226, 90625360612296 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Functional equation for the g.f. is derived from the recurrence of the pendular triangle A122445. Iterated convolutions of this sequence with the central terms (A122447) generates all diagonals of A122445. For example: A122448 = A122446 * A122447; A122449 = A122446^2 * A122447.

Diagonal sums of triangle T with T(n,k)=2^k*A133336(n,k). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 10 2009]

FORMULA

G.f.: A(x) = (1+2x^2 - sqrt(1-4*x-4*x^2+4*x^4))/(2x(1+2x)).

PROG

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

CROSSREFS

Cf. A122445, A122447, A122448, A122449, A122450, A122451, A122452.

Sequence in context: A183876 A104625 A151293 * A150390 A052705 A150391

Adjacent sequences:  A122443 A122444 A122445 * A122447 A122448 A122449

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 07 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 17 23:08 EST 2012. Contains 206085 sequences.