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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122053 Triangle read by rows, based on Chebyshev polynomials of the first kind: T[n,x]=(-2+4*x)*T[n-1,x]-T[n-2,x]. 0
-3, 5, 1, -7, 1, 169, 9, 1, 985, 8721, -11, 1, 5741, 86329, 489061, 13, 1, 33461, 854569, 6811741, 31622993, -15, 1, 195025, 8459361, 94875313, 567451585, 2351330961, 17, 1, 1136689, 83739041, 1321442641, 10182505537, 51622180721, 198710804449, -19, 1, 6625109, 828931049, 18405321661 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

Milton Abramowitz and Irene A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964, 9th Printing (1970), pp. 782.

LINKS

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

FORMULA

a(n,m) = (-2 + 4*m)a(n - 1) - p(n - 2)

EXAMPLE

-3

5, 1

-7, 1, 169

9, 1, 985, 8721

-11, 1, 5741, 86329, 489061

MATHEMATICA

p[n_] := p[n] = Cancel[Simplify[(-2 + 4*x)p[n - 1] - p[n - 2]]]; p[ -2] = 1; p[ -1] = 1; a = Table[Table[p[n], {x, 0, n}], {n, 0, 10}] Flatten[a]

CROSSREFS

Cf. A115066.

Sequence in context: A065077 A118788 A028510 * A124084 A133045 A158858

Adjacent sequences:  A122050 A122051 A122052 * A122054 A122055 A122056

KEYWORD

sign,tabl,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 13 2006

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 04:58 EST 2012. Contains 205985 sequences.