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!)
A107718 Column 1 of triangle A107717. 1

%I #3 Mar 30 2012 18:36:46

%S 1,6,57,723,11361,212151,4584081,112480887,3090105921,93988998183,

%T 3136338148017,113945190405303,4477940877230625,189296643095867847,

%U 8565988634172222609,413169192012610306263,21161884092470464784385

%N Column 1 of triangle A107717.

%C Equals one-half of column 0 of A107719 shift 1 place left.

%o (PARI) {a(n)=if(n<0,0,(matrix(n+2,n+2,m,j,if(m>=j,if(m==j,1,if(m==j+1,-3*j, polcoeff(1/sum(i=0,m-j,prod(r=0,i-1,3*r+1)*x^i)+O(x^m),m-j)))))^-1)[n+2,2])}

%Y Cf. A107717, A107719.

%K nonn

%O 0,2

%A _Paul D. Hanna_, May 30 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 April 25 09:20 EDT 2024. Contains 371967 sequences. (Running on oeis4.)