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!)
A155123 A finite irregular triangle. 1
1, 2, 2, 2, 0, 4, 4, 0, -4, 8, 12, 0, 8, -32, 8, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums are 1, 2, 4, 8, 16, 32.
LINKS
EXAMPLE
{1},
{2},
{2, 2},
{0, 4, 4},
{0, -4, 8, 12},
{0, 8, -32, 8, 48}
MATHEMATICA
a1 = {
{1},
{1, 1},
{1, 2 *n, 1},
{1, -1 + 2 *n + 2 n^2, -1 + 2 n + 2 n^2, 1},
{1, -2 + 2 *n + 2 n^2 + 2 n^3, 2 - 8 n + 4 n^2 + 8 n^3, -2 + 2* n + 2 n^2 + 2 n^3, 1},
{1, -3 + 2 n + 2 n^2 + 2 n^3 + 2 n^4, 2 + 2 n - 18 n^2 + 2 n^3 + 22 n^4, 2 + 2 n - 18 n^2 + 2 n^3 + 22 n^4, -3 + 2 n + 2 n^2 + 2 n^3 + 2 n^4, 1}
}
Table[CoefficientList[Apply[Plus, a1[[m]]], n], {m, 1, Length[a1]}];
Flatten[%]
CROSSREFS
Cf. A142463.
Sequence in context: A263527 A261444 A000091 * A125938 A215461 A158851
KEYWORD
tabf,uned,sign,less,fini,full
AUTHOR
Roger L. Bagula, Jan 20 2009
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 26 12:06 EDT 2024. Contains 371997 sequences. (Running on oeis4.)