OFFSET
0,2
COMMENTS
Integer sequence arising from the symmetric square of a Gauss hypergeometric function composed with a degree-2 rational map phi(x) = 4*x/(1-x)^2. Not an Apery-like sequence: no order-2 polynomial recurrence was found with degree <= 12.
LINKS
Alex Shvets, Integer sequences from Sym^2(2F1) Belyi pullback scan, Zenodo, 2026.
FORMULA
a(n) = [x^n] 2F1(1/4, 3/4; 1/2; 4*x/(1-x)^2)^2.
Recurrence: (2*n+3)*(n+4)*a(n+4) - 6*(4*n^2+19*n+20)*a(n+3) + 4*(19*n^2+76*n+75)*a(n+2) - 6*(4*n^2+13*n+8)*a(n+1) + n*(2*n+5)*a(n) = 0.
a(n) ~ 2^(-3/2) * (1 + sqrt(2))^(2*n) * (1 + 2^(1/4)/sqrt(Pi*n)). - Vaclav Kotesovec, Mar 30 2026
EXAMPLE
For n=0 the recurrence reads 3*4*a(4) - 6*20*a(3) + 4*75*a(2) - 6*8*a(1) + 0*a(0) = 0, i.e., 12*a(4) = 120*95 - 300*17 + 48*3 = 11400 - 5100 + 144 = 6444, so a(4) = 6444/12 = 537.
MATHEMATICA
CoefficientList[Series[Hypergeometric2F1[1/4, 3/4, 1/2, 4x/(1-x)^2]^2, {x, 0, 23}], x] (* Stefano Spezia, Mar 29 2026 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Alex Shvets, Mar 28 2026
EXTENSIONS
a(20)-a(23) from Stefano Spezia, Mar 29 2026
STATUS
approved
