cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A132626 Column 0 of triangle A132625.

This page as a plain text file.
%I A132626 #2 Mar 30 2012 18:37:04
%S A132626 1,1,2,14,336,25836,6251504,4838830976,12344615283200,
%T A132626 106978340796778976,3229124399759665954432,
%U A132626 346176173916459184212747520,133788163509847808639178273046528
%N A132626 Column 0 of triangle A132625.
%C A132626 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 A132626 (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 A132626 Cf. A132625, A132627.
%K A132626 nonn
%O A132626 0,3
%A A132626 _Paul D. Hanna_, Aug 25 2007