Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078341
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078341 Triangle read by rows: T(n,k) = n*T(n-1,k-1)+k*T(n-1,k) starting with T(0,0)=1. +0
2
1, 0, 1, 0, 1, 2, 0, 1, 7, 6, 0, 1, 18, 46, 24, 0, 1, 41, 228, 326, 120, 0, 1, 88, 930, 2672, 2556, 720, 0, 1, 183, 3406, 17198, 31484, 22212, 5040, 0, 1, 374, 11682, 96040, 295004, 385144, 212976, 40320, 0, 1, 757, 38412, 489298, 2339380, 4965900 (list; table; graph; listen)
OFFSET

1,6

COMMENT

Triangle of coefficients of polynomials P[n]. Let F(t) satisfy dF/dt=exp(x*(exp(F)-1)) and F(0)=0. Then F(t) = sum_{n>=0} P[n]/n! t^n, where P[n] is a polynomial in x of degree n-1. The constant term of the polynomial is zero for n>=2. The coeff. of x is 1 for n>=2. The coeff. of x^n in P[n+1] is n!. The value at 1 is given by sequence A007549.

FORMULA

P[1]=1; P[n+1]=x*diff(P[n], x)+x*n*P[n];

EXAMPLE

P[1]=1, P[2]=x, P[3]=x+2*x^2, P[4]=x+7*x^2+6*x^3, P[5]=x+18*x^2+46*x^3+24*x^4, P[6]=x+41*x^2+228*x^3+326*x^4+120*x^5.

Rows start 1; 0,1; 0,1,2; 0,1,7,6; 0,1,18,46,24; 0,1,41,228,326,120; ...

MAPLE

P[1] := 1; for n from 1 to 10 do P[n+1] := expand(x*diff(P[n], x)+x*n*P[n]) od;

CROSSREFS

Cf. A007549, A000142.

Columns include A000007, A057427, A095151, A103768. Diagonals include A000142, A067318. Row sums are A007549.

Sequence in context: A114329 A101371 A154974 this_sequence A065329 A108998 A055141

Adjacent sequences: A078338 A078339 A078340 this_sequence A078342 A078343 A078344

KEYWORD

easy,nonn,tabl

AUTHOR

Frederic Chapoton (chapoton(AT)math.uqam.ca), Nov 22 2002

EXTENSIONS

Additional comments from Henry Bottomley (se16(AT)btinternet.com), Feb 15 2005

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 November 24 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research