Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A039755
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A039755 Triangle of B-analogues of Stirling numbers of 2nd kind. +0
11
1, 1, 1, 1, 4, 1, 1, 13, 9, 1, 1, 40, 58, 16, 1, 1, 121, 330, 170, 25, 1, 1, 364, 1771, 1520, 395, 36, 1, 1, 1093, 9219, 12411, 5075, 791, 49, 1, 1, 3280, 47188, 96096, 58086, 13776, 1428, 64, 1, 1, 9841, 239220, 719860, 618870, 209622, 32340, 2388, 81, 1, 1 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Let M = an infinite lower triangular bidiagonal matrix with (1,3,5,7,...) in the main diagonal and (1,1,1,...) in the subdiagonal. n-th row = M^n * [1,0,0,0,...]. [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 13 2009]

LINKS

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

FORMULA

E.g.f./G.f.: exp(x + y/2 (exp(2 x) - 1))

T(n,k) = T(n-1,k-1)+(2*k+1)*T(n-1,k) with T(0,0)=T(1,0)=T(1,1)=0. sum_{k=0..n} T(n,k) = A007405(n). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 30 2009]

EXAMPLE

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

MAPLE

A039755 := proc(n, k) if k < 0 or k > n then 0 ; elif n <= 1 then 1; else procname(n-1, k-1)+(2*k+1)*procname(n-1, k) ; fi; end: seq(seq(A039755(n, k), k=0..n), n=0..10) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 30 2009]

PROGRAM

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

CROSSREFS

Sequence in context: A140070 A158815 A101275 this_sequence A047874 A080248 A139382

Adjacent sequences: A039752 A039753 A039754 this_sequence A039756 A039757 A039758

KEYWORD

nonn,tabl,new

AUTHOR

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

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 22 15:28 EST 2009. Contains 167310 sequences.


AT&T Labs Research