login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132626 Column 0 of triangle A132625. 2

%I #2 Mar 30 2012 18:37:04

%S 1,1,2,14,336,25836,6251504,4838830976,12344615283200,

%T 106978340796778976,3229124399759665954432,

%U 346176173916459184212747520,133788163509847808639178273046528

%N Column 0 of triangle A132625.

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

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

%Y Cf. A132625, A132627.

%K nonn

%O 0,3

%A _Paul D. Hanna_, Aug 25 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)