OFFSET
0,3
LINKS
Vladimir V. Kruchinin and Maria Y. Perminova, Identities and Generating Functions of Products of Generalized Fibonacci numbers, Catalan and Harmonic Numbers, arXiv:2406.02937 [math.CO], 2024.
FORMULA
G.f.: (sqrt((-2*sqrt(16*x^2 - 12*x + 1) - 42*x + 7)/5 + 6*x) - 1)/(2*x).
D-finite with recurrence n*(n+1)*a(n) -6*n*(2*n-1)*a(n-1) +4*(2*n-1)*(2*n-3)*a(n-2)=0. - R. J. Mathar, Jun 12 2024
MAPLE
gf := (sqrt(-10*sqrt(16*x^2 - 12*x + 1) - 60*x + 35) - 5) / (10*x):
ser := series(gf, x, 32): seq(coeff(ser, x, n), n = 0..22);
# Peter Luschny, Jun 11 2024
MATHEMATICA
CoefficientList[Series[(Sqrt[(-2*Sqrt[16*x^2-12*x+1]-42*x+7)/5+6*x]-1)/(2*x), {x, 0, 23}], x] (* Stefano Spezia, Jun 11 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Jun 11 2024
STATUS
approved
