login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098496 Antidiagonal sums of triangle A098495. 1
1, 1, -1, -3, 0, 5, -2, -6, 18, -28, -9, 232, -949, 2147, 579, -34487, 202078, -680541, 527630, 11789818, -104485820, 520965294, -1270746269, -5790611092, 98629011681, -729706466727, 3269817273787, -2007499839343, -131143854669640, 1558206734632453 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

MATHEMATICA

T[r_, 1] := 1; T[r_, 2] := -r - 1; T[r_, c_] := -r*T[r, c - 1] - T[r, c - 2]; Table[ Sum[ T[n - i, i], {i, n + 1}], {n, 0, 12}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), May 10 2005)

CROSSREFS

Sequence in context: A196111 A007431 A159980 * A175297 A165754 A193067

Adjacent sequences:  A098493 A098494 A098495 * A098497 A098498 A098499

KEYWORD

sign

AUTHOR

Ralf Stephan (ralf(AT)ark.in-berlin.de), Sep 12 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 10 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:51 EST 2012. Contains 205938 sequences.