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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055864 Coefficient triangle for certain polynomials. 6
1, 3, 2, 16, 12, 9, 125, 100, 80, 64, 1296, 1080, 900, 750, 625, 16807, 14406, 12348, 10584, 9072, 7776, 262144, 229376, 200704, 175616, 153664, 134456, 117649, 4782969, 4251528, 3779136, 3359232, 2985984, 2654208, 2359296, 2097152 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The coefficients of the partner polynomials are found in triangle A055858.

FORMULA

a(n, m)=0 if n<m; a(n, m)= n^(m-1)*(n+1)^(n-m), n >= m >= 1;

E.g.f. for column m: A(m, x); A(1, x)=-(W(-x)/x+1); recursion: A(m, x) = A(m-1, x)-int(A(m-1, x), x)/x-(((m-1)^(m-1))/m)* (x^(m-1))/(m-1)!, m >= 2; W(x) principal branch of Lambert's function.

EXAMPLE

{1}; {3,2}; {16,12,9}; {125,100,80,64};...

Fourth row polynomial (n=4): p(4,x)= 125+100*x+80*x^2+64*x^3

CROSSREFS

Column sequences are: A000272(n+1), n >= 1, A055865, A055070, A055867, A055868 for m=1..5.

Sequence in context: A190961 A126323 A084886 * A072045 A189731 A126354

Adjacent sequences:  A055861 A055862 A055863 * A055865 A055866 A055867

KEYWORD

easy,nonn,tabl

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Jun 20 2000

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 12:41 EST 2012. Contains 205909 sequences.