login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A332969
a(n) = [x^n] (Sum_{j>=0} A002193(1-j) * x^j)^2.
0
1, 8, 18, 16, 37, 26, 34, 52, 70, 90, 87, 116, 127, 112, 157, 212, 158, 192, 252, 252, 249, 272, 349, 276, 287, 478, 482, 334, 407, 478, 465, 488, 544, 698, 562, 504, 682, 698, 738, 736, 742, 880, 907, 826, 944, 848, 998, 1110, 976, 1106, 1217, 1112, 1060
OFFSET
0,2
FORMULA
G.f.: (Sum_{j>=0} A002193(1-j) * x^j)^2.
Sum_{k>=0} a(k)/10^k = 2.
a(n) = Sum_{j=0..n} A002193(1-j)*A002193(j-n+1).
EXAMPLE
a(1) = 8 because the coefficient of x^1 in (1 + 4x + ... )^2 is 8.
PROG
(PARI) seq(n)={Vec(Ser(digits(sqrtint(2*100^n)))^2)} \\ Andrew Howroyd, Mar 04 2020
CROSSREFS
Cf. A002193.
Sequence in context: A333828 A133202 A217424 * A322031 A196207 A196474
KEYWORD
nonn,base,easy
AUTHOR
Andrew Slattery, Mar 04 2020
STATUS
approved