The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A113395 Column 0 of triangle A113394, which equals the matrix cube of A113389. 9

%I #5 Jun 13 2017 23:30:38

%S 1,9,99,1569,34344,980487,34930455,1502349459,76058669082,

%T 4443563603890,294878418586620,21942670402467153,1811533845177895161,

%U 164451065361854357011,16291788187615516225925

%N Column 0 of triangle A113394, which equals the matrix cube of A113389.

%F Column k of A113389^3 = column 0 of A113389^(3*k+3) for k>=0.

%o (PARI) a(n)=local(A,B);A=Mat(1);for(m=2,n+1,B=matrix(m,m); for(i=1,m, for(j=1,i,if(i<3 || j==i || j>m-1,B[i,j]=1,if(j==1, B[i,1]=1,B[i,j]=(A^(3*j-2))[i-j+1,1]));));A=B); (matrix(#A,#A,r,c,if(r>=c,(A^(3*c))[r-c+1,1]))^3)[n+1,1]

%Y Cf. A113389, A113394.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Nov 14 2005

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 May 19 04:28 EDT 2024. Contains 372666 sequences. (Running on oeis4.)