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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132614 Column 1 of triangle A132610 divided by row index less one. 4
1, 2, 13, 162, 3093, 80540, 2669415, 107660354, 5120654779, 280715282502, 17430145081600, 1209171149737470, 92693370560208210, 7781500380680157240, 710001855526865191083, 69962579484461463387330 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Triangle T=A132610 is generated by even matrix powers of itself such that row n+1 of T = row n of T^(2n) with appended '1' for n>=0 with T(0,0)=1.

FORMULA

a(n) = A132610(n+1,1)/n = A132612(n)/n for n>=1.

PROG

(PARI) {a(n)=local(A=vector(n+2), p); A[1]=1; if(n<1, 0, for(j=1, n-1, p=n^2-(n-j)^2; A=Vec((Polrev(A)+x*O(x^p))/(1-x))); A=Vec((Polrev(A)+x*O(x^p))/(1-x)); A[p+1]/n)}

CROSSREFS

Cf. A132610 (triangle); columns: A132611, A132612, A132613.

Sequence in context: A062593 A192563 A014507 * A187927 A098638 A090643

Adjacent sequences:  A132611 A132612 A132613 * A132615 A132616 A132617

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 23 2007

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 23:53 EST 2012. Contains 205689 sequences.