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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A039756 Triangle of B-analogues of Stirling numbers of 2nd kind. 1
1, 1, 1, 1, 4, 1, 1, 9, 13, 1, 1, 16, 58, 40, 1, 1, 25, 170, 330, 121, 1, 1, 36, 395, 1520, 1771, 364, 1, 1, 49, 791, 5075, 12411, 9219, 1093, 1, 1, 64, 1428, 13776, 58086, 96096, 47188, 3280, 1, 1, 81, 2388, 32340, 209622, 618870, 719860, 239220, 9841 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

LINKS

R. Suter, Two analogues of a classical sequence, J. Integer Sequences, Vol. 3 (2000), #P00.1.8.

FORMULA

Sum a(n, n-k)x^n*y^k/n! = exp(x + y/2 (exp(2 x) - 1))

EXAMPLE

1; 1,1; 1,4,1; 1,9,13,1; 1,16,58,40,1; 1,25,170,330,121,1; ...

PROG

(PARI) T(n, k)=if(k<0|k>n, 0, n!*polcoeff(polcoeff(exp(x*y+(exp(2*x*y+x*O(x^n))-1)/(2*y)), n), k))

CROSSREFS

Sequence in context: A155451 A189280 A168621 * A126065 A126062 A157108

Adjacent sequences:  A039753 A039754 A039755 * A039757 A039758 A039759

KEYWORD

nonn,tabl

AUTHOR

Ruedi Suter (suter(AT)math.ethz.ch)

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 22:48 EST 2012. Contains 206085 sequences.