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!)
A078921 Signed variant of A077012. 1
1, -1, 2, 2, -3, 6, -6, 8, -12, 24, 24, -30, 40, -60, 120, -120, 144, -180, 240, -360, 720, 720, -840, 1008, -1260, 1680, -2520, 5040, -5040, 5760, -6720, 8064, -10080, 13440, -20160, 40320, 40320, -45360, 51840, -60480, 72576, -90720, 120960, -181440, 362880, -362880, 403200, -453600, 518400, -604800 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Row sums give A024167.
LINKS
FORMULA
a[n, k]= -(-1)^(n-k+1) n/(n-k+1)(n-1)!
E.g.f.: log(1+x)/(1-y*x). - Vladeta Jovovic, Feb 07 2003
EXAMPLE
Triangle starts {1}, {-1, 2}, {2, -3, 6}, {-6, 8, -12, 24}, {24, -30, 40, -60, 120}, ...
MATHEMATICA
Table[Table[ -(-1)^(n-k+1) n/(n-k+1), {k, 1, n}] (n-1)!, {n, 1, 12}]
CROSSREFS
Sequence in context: A093784 A035560 A077012 * A011961 A182713 A229626
KEYWORD
easy,sign,tabl
AUTHOR
Wouter Meeussen, Dec 14 2002
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 May 8 18:04 EDT 2024. Contains 372340 sequences. (Running on oeis4.)