A177793 Partial sums of A054247.
1, 3, 9, 111, 8659, 4220403, 8594777715, 70377477369459, 2305913405481561715, 302233760834929839713907, 158456627262298939528655810163, 332307157402856267706609817833582195
Offset: 0
Examples
a(4) = 1 + 2 + 6 + 102 + 8548 = 8659 = 7 * 1237.
Programs
Formula
a(n) = SUM[i=0..n] A054247(i) = SUM[i=0..n] [(1/8)*(2^(i^2)+2*2^(i^2/4)+3*2^(i^2/2)+2*2^((i^2+i)/2)) if i is even and (1/8)*(2^(i^2)+2*2^((i^2+3)/4)+2^((i^2+1)/2)+4*2^((i^2+i)/2)) if i is odd].
Extensions
Extended by R. J. Mathar, May 28 2010
Comments