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!)
A118409 Unsigned row sums of triangle A118407. 2

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

%S 1,1,3,5,5,7,11,17,21,27,47,73,85,111,187,289,341,443,751,1161,1365,

%T 1775,3003,4641,5461,7099,12015,18569,21845,28399,48059,74273,87381,

%U 113595,192239,297097,349525,454383,768955,1188385,1398101,1817531

%N Unsigned row sums of triangle A118407.

%F G.f.: (1+2*x^2+2*x^3-3*x^4+2*x^5-2*x^6)/(1+x^4)/(1-4*x^4)/(1-x).

%o (PARI) {a(n)=polcoeff((1+2*x^2+2*x^3-3*x^4+2*x^5-2*x^6)/(1+x^4)/(1-4*x^4)/(1-x+x*O(x^n)),n)}

%Y Cf. A118407 (triangle), A118408 (row sums).

%K nonn

%O 0,3

%A _Paul D. Hanna_, Apr 27 2006

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 9 14:31 EDT 2024. Contains 372351 sequences. (Running on oeis4.)