login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055136 Triangle: a(n,k) = A055135(n,k)/C(n,k). 2
1, 0, 1, -1, -1, 1, -2, 0, -2, 1, -3, 0, 3, -3, 1, -4, 0, -4, 8, -4, 1, -5, 0, 5, -20, 15, -5, 1, -6, 0, -6, 48, -54, 24, -6, 1, -7, 0, 7, -112, 189, -112, 35, -7, 1, -8, 0, -8, 256, -648, 512, -200, 48, -8, 1, -9, 0, 9, -576, 2187, -2304, 1125, -324, 63, -9, 1, -10, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
n, k>1: a(n, k) = (-1)^(n+k)*(n-1)*(k-1)^(n-k-1).
EXAMPLE
1;
0,1;
-1,-1,1;
-2,0,-2,1;
-3,0,3,-3,1; ...
MATHEMATICA
a[n_, k_] := (-1)^(n+k)*(n-1)*(k-1)^(n-k-1); a[1, 1] = a[2, 1] = 1; Table[ a[n, k], {n, 0, 12}, {k, 0, n}] // Flatten (* Jean-François Alcover, Apr 14 2017 *)
CROSSREFS
Sequence in context: A324285 A138036 A354856 * A074397 A345039 A082023
KEYWORD
sign,tabl
AUTHOR
Christian G. Bower, Apr 25 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)