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!)
A178046 Triangle t(n, m) = 2*binomial(n,m)^2 -A008292(n+1,m+1)^2 read by rows. 0
1, 1, 1, 1, -8, 1, 1, -103, -103, 1, 1, -644, -4284, -644, 1, 1, -3199, -91004, -91004, -3199, 1, 1, -14328, -1418031, -5836256, -1418031, -14328, 1, 1, -60911, -18428967, -243950711, -243950711, -18428967, -60911, 1, 1, -251876 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are A028329(n) - A168562(n+1). - R. J. Mathar, Nov 05 2012
LINKS
EXAMPLE
1;
1, 1;
1, -8, 1;
1, -103, -103, 1;
1, -644, -4284, -644, 1;
1, -3199, -91004, -91004, -3199, 1;
1, -14328, -1418031, -5836256, -1418031, -14328, 1;
1, -60911, -18428967, -243950711, -243950711, -18428967, -60911, 1;
1, -251876, -213392096, -7785232484, -24395306300, -7785232484, -213392096, -251876, 1;
MATHEMATICA
<< DiscreteMath`Combinatorica`
t[n_, m_] = 2*Binomial[n, m]^2 - Eulerian[n + 1, m]^2;
Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A174728 A015121 A156766 * A176340 A111835 A254460
KEYWORD
sign,tabl
AUTHOR
Roger L. Bagula, May 18 2010
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 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)