Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A036969
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A036969 Triangle read by rows: T(n,k) = T(n-1,k-1) + k^2*T(n-1,k), 1 <= k <= n. +0
6
1, 1, 1, 1, 5, 1, 1, 21, 14, 1, 1, 85, 147, 30, 1, 1, 341, 1408, 627, 55, 1, 1, 1365, 13013, 11440, 2002, 91, 1, 1, 5461, 118482, 196053, 61490, 5278, 140, 1, 1, 21845, 1071799, 3255330, 1733303, 251498, 12138, 204, 1, 1, 87381, 9668036, 53157079, 46587905 (list; table; graph; listen)
OFFSET

1,5

COMMENT

Or, triangle central factorial numbers T(2n,2k) (in Riordan's notation).

Can be used to calculate the Bernoulli numbers via the formula B_2n = (1/2)*Sum{k= 1..n, (-1)^(k+1)*(k-1)!*k!*T(n,k)/(2*k+1)}. E.g. : n = 1: B_2= (1/2)*1/3 = 1/6. n = 2: B_4 = (1/2)*(1/3 - 2/5) = -1/30. n = 3: B_6 = (1/2)*(1/3 - 2*5/5 + 2*6/7) = 1/42. - DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Nov 13 2003

REFERENCES

D. Dumont, Interpretations combinatoires des nombres de Genocchi, Duke Math. J., 41 (1974), 305-318.

P. A. MacMahon, Divisors of numbers and their continuations in the theory of partitions, Proc. London Math. Soc., (2) 19 (1919), 75-113; Coll. Papers II, pp. 303-341.

J. Riordan, Combinatorial Identities, Wiley, 1968, p. 217.

R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.8.

EXAMPLE

1; 1,1; 1,5,1; 1,21,14,1; 1,85,147,30,1; ...

MAPLE

A036969 := proc(n, k) local j; 2*add(j^(2*n)*(-1)^(k-j)/((k-j)!*(k+j)!), j=1..k); end;

CROSSREFS

Diagonals are A002450, A002451, A000330 and A060493. Cf. A008955.

Transpose of A008957. Cf. A008955, A008956, A008957.

Sequence in context: A144397 A047909 A111577 this_sequence A080249 A157154 A022168

Adjacent sequences: A036966 A036967 A036968 this_sequence A036970 A036971 A036972

KEYWORD

nonn,easy,nice,tabl

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 16 2000

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 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research