OFFSET
0,3
FORMULA
C(x)^2 - S(x)^2 = 1 and C(x) = 1 + Integral C(x)^6*S(x) dx, where S(x) is described by A281435.
PROG
(PARI) {a(n) = my(S=x, C=1); for(i=0, n, S = intformal( C^7 +x*O(x^(2*n))); C = 1 + intformal( S*C^6 ) ); (2*n)!*polcoeff(C, 2*n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 21 2017
STATUS
approved