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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080419 Triangle of generalized Chebyshev coefficients. 5
1, 4, 1, 15, 7, 1, 54, 36, 10, 1, 189, 162, 66, 13, 1, 648, 675, 360, 105, 16, 1, 2187, 2673, 1755, 675, 153, 19, 1, 7290, 10206, 7938, 3780, 1134, 210, 22, 1, 24057, 37908, 34020, 19278, 7182, 1764, 276, 25, 1, 78732, 137781, 139968, 91854, 40824, 12474, 2592 (list; table; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Second binomial transform of 'pruned' Pascal triangle Binomial(i+1,j+1), (i,j>=0). Columns include A006234, A080420, A080421, A080422, A080423.

LINKS

Table of n, a(n) for n=1..52.

FORMULA

T(n, 1)=A006234(n), T(n, k)=0, k>n, T(n, n) = 1. T(n, k)=T(n-1, k-1)+3T(n-1, k) As a square array, it is generated by T1(n, k)= (n+3k)3^n Product{j=1..(k-1), n+j}/(3k(k-1)!) (k>=1, n>=0)

EXAMPLE

Rows are {1}, {4,1}, {15,7,1}, {54,36,10,1}, {189,162,66,13,1}, ... For example, 10 = 7+3*1, 66 = 36+3*10.

CROSSREFS

Sequence in context: A200062 A107873 A156290 * A095307 A159764 A124029

Adjacent sequences:  A080416 A080417 A080418 * A080420 A080421 A080422

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry, Feb 19 2003

STATUS

approved

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 May 25 09:45 EDT 2013. Contains 225646 sequences.