Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112239
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112239 Matrix logarithm of triangle A111595. +0
2
0, 0, 0, 1, -2, 0, 3, 3, -6, 0, 12, 12, 6, -12, 0, 60, 60, 30, 10, -20, 0, 360, 360, 180, 60, 15, -30, 0, 2520, 2520, 1260, 420, 105, 21, -42, 0, 20160, 20160, 10080, 3360, 840, 168, 28, -56, 0, 181440, 181440, 90720, 30240, 7560, 1512, 252, 36, -72, 0 (list; table; graph; listen)
OFFSET

0,5

COMMENT

A111595 is the triangle of coefficients of square of Hermite polynomials divided by 2^n with argument sqrt(x/2).

FORMULA

T(n, k) = n!/k!/2 for n-1>k>=0; T(k+1, k) = -k*(k+1), T(k, k) = 0 for k>=0.

EXAMPLE

Triangle begins:

0;

0,0;

1,-2,0;

3,3,-6,0;

12,12,6,-12,0;

60,60,30,10,-20,0;

360,360,180,60,15,-30,0;

2520,2520,1260,420,105,21,-42,0;

20160,20160,10080,3360,840,168,28,-56,0; ...

PROGRAM

(PARI) T(n, k)=if(n<=k|k<0, 0, if(n-1==k, -k*(k+1), n!/k!/2))

CROSSREFS

Cf. A112239.

Adjacent sequences: A112236 A112237 A112238 this_sequence A112240 A112241 A112242

Sequence in context: A038073 A046667 A108407 this_sequence A021835 A112476 A102389

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 29 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 October 9 14:06 EDT 2008. Contains 144831 sequences.


AT&T Labs Research