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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144384 Anti-diagonal expansion of: f(t,n)=If[n == 1, 1/(1 - t), (1 - t)/(1 - t^n)]. 0
1, 1, 1, 1, -1, 1, 1, -1, 1, 1, 1, -1, 0, -1, 1, 1, -1, 0, 1, 1, 1, 1, -1, 0, 0, -1, -1, 1, 1, -1, 0, 0, 1, 0, 1, 1, 1, -1, 0, 0, 0, -1, 1, -1, 1, 1, -1, 0, 0, 0, 1, 0, -1, 1, 1, 1, -1, 0, 0, 0, 0, -1, 0, 0, -1, 1, 1, -1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, -1, 0, 0, 0, 0, 0, -1, 0, -1, -1, -1, 1, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Row sums are:

{1, 2, 1, 2, 0, 3, -1, 3, 0, 2, -1, 5, -3, 3, 1}.

FORMULA

f(t,n)=If[n == 1, 1/(1 - t), (1 - t)/(1 - t^n)]; T(n,m)=anti_diagonal(f(t,n)).

EXAMPLE

{1},

{1, 1},

{1, -1, 1},

{1, -1, 1, 1},

{1, -1, 0, -1, 1},

{1, -1, 0, 1, 1, 1},

{1, -1, 0, 0, -1, -1, 1},

{1, -1, 0, 0, 1, 0, 1, 1},

{1, -1, 0, 0, 0, -1, 1, -1, 1},

{1, -1, 0, 0, 0, 1, 0, -1, 1,1},

{1, -1, 0, 0, 0, 0, -1, 0, 0, -1, 1},

{1, -1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1},

{1, -1, 0, 0, 0, 0, 0, -1, 0, -1, -1, -1, 1},

{1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1},

{1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 1, 0, 1, -1, 1}

MATHEMATICA

Clear[f, b, a, g, h, n, t]; f[t_, n_] =If[n == 1, 1/(1 - t), (1 - t)/(1 - t^n)]; a = Table[Table[SeriesCoefficient[Series[f[t, m], {t, 0, 30}], n], {n, 0, 30}], {m, 1, 31}]; b = Table[Table[a[[n - m + 1]][[m]], {m, 1, n }], {n, 1, 15}]; Flatten[b]

CROSSREFS

Sequence in context: A105567 A114213 A108358 * A144475 A011758 A015088

Adjacent sequences:  A144381 A144382 A144383 * A144385 A144386 A144387

KEYWORD

sign,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 01 2008

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 14 07:45 EST 2012. Contains 205597 sequences.