Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132619
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132619 Column 1 of triangle A132615 divided by twice the row index less 1. +0
5
1, 1, 5, 54, 940, 22917, 722530, 28009490, 1289854644, 68827561580, 4176770296181, 284087018905946, 21406395137288400, 1770085307452770344, 159359206078637624790, 15516776721991034328250 (list; graph; listen)
OFFSET

0,3

COMMENT

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

FORMULA

a(n) = A132615(n+1,1)/(2n-1) = A132617(n)/(2n-1) for n>=1.

PROGRAM

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

CROSSREFS

Cf. A132615 (triangle); columns: A132616, A132617, A132618.

Sequence in context: A087125 A110430 A110432 this_sequence A085719 A129420 A015221

Adjacent sequences: A132616 A132617 A132618 this_sequence A132620 A132621 A132622

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research