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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092766 Triangle read by rows: coefficients of Yablonskii-Vorob'ev polynomials. 0
1, 1, 1, -1, 1, -5, -5, 1, -15, 0, -175, 1, -35, 175, -1225, -12250, 6125, 1, -70, 1155, -9800, -67375, -1414875, 4716250, 2358125, 1, -126, 4725, -80850, 242550, -12733875, -202327125, 3034906875, 0, 11802415625, 1, -210, 15015 (list; graph; refs; listen; history; internal format)
OFFSET

2,6

LINKS

M. Kaneko and H. Ochiai, On coefficients of Yablonskii-Vorob'ev polynomials

EXAMPLE

T(0,x) = 1

T(1,x) = x

T(2,x) = x^3 - 1

T(3,x) = x^6 - 5*x^3 - 5

T(4,x) = x^10 - 15*x^7 - 175*x

T(5,x) = x^15 - 35*x^12 + 175*x^9 - 1225*x^6 - 12250*x^3 + 6125

PROG

(PARI) T(n)=if(n<2, if(n<1, n>=0, x), (x*T(n-1)^2+T(n-1)*T(n-1)''-T(n-1)'^2)/T(n-2))

CROSSREFS

Sequence in context: A204005 A075298 A060058 * A060074 A011501 A196614

Adjacent sequences:  A092763 A092764 A092765 * A092767 A092768 A092769

KEYWORD

sign,tabf

AUTHOR

Ralf Stephan, Apr 23 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 21:30 EST 2012. Contains 205971 sequences.