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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157654 Triangle read by rows:k=2; t(n,m)= If[n*m*(n - m) == 0, 1, Abs[(-k m^(k - 1) + k (-m + n)^(k - 1))]]. 0
1, 1, 1, 1, 0, 1, 1, 2, 2, 1, 1, 4, 0, 4, 1, 1, 6, 2, 2, 6, 1, 1, 8, 4, 0, 4, 8, 1, 1, 10, 6, 2, 2, 6, 10, 1, 1, 12, 8, 4, 0, 4, 8, 12, 1, 1, 14, 10, 6, 2, 2, 6, 10, 14, 1, 1, 16, 12, 8, 4, 0, 4, 8, 12, 16, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,8

COMMENTS

Row sums are:

{1, 2, 2, 6, 10, 18, 26, 38, 50, 66, 82,...}.

FORMULA

k=2; t(n,m)= If[n*m*(n - m) == 0, 1, Abs[(-k m^(k - 1) + k (-m + n)^(k - 1))]]

EXAMPLE

{1},

{1, 1},

{1, 0, 1},

{1, 2, 2, 1},

{1, 4, 0, 4, 1},

{1, 6, 2, 2, 6, 1},

{1, 8, 4, 0, 4, 8, 1},

{1, 10, 6, 2, 2, 6, 10, 1},

{1, 12, 8, 4, 0, 4, 8, 12, 1},

{1, 14, 10, 6, 2, 2, 6, 10, 14, 1},

{1, 16, 12, 8, 4, 0, 4, 8, 12, 16, 1}

MATHEMATICA

k = 2; t[n_, m_] = If[n*m*(n - m) == 0, 1, Abs[(-k m^(k - 1) + k (-m + n)^(k - 1))]];

Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A122888 A092113 A045995 * A078692 A033151 A046079

Adjacent sequences:  A157651 A157652 A157653 * A157655 A157656 A157657

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 03 2009

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 17 00:09 EST 2012. Contains 205978 sequences.