Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092766
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092766 Triangle read by rows: coefficients of Yablonskii-Vorob'ev polynomials. +0
1
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; listen)
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

PROGRAM

(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: A011094 A075298 A060058 this_sequence A060074 A011501 A114348

Adjacent sequences: A092763 A092764 A092765 this_sequence A092767 A092768 A092769

KEYWORD

sign,tabf

AUTHOR

Ralf Stephan, Apr 23 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 8 08:31 EST 2009. Contains 170430 sequences.


AT&T Labs Research