OFFSET
0,2
COMMENTS
The sequence of Apéry numbers A005259 defined by A005259(n) = Sum_{k = 0..n} binomial(n, k)^2*binomial(n+k, k)^2 satisfies the pair of supercongruences
1) A005259(n*p^r) == A005259(n*p^(r-1)) (mod p^(3*r)) for all primes p >= 5 and all positive integers n and r
2) A005259(n*p^r - 1) == A005259(n*p^(r-1) - 1) (mod p^(3*r)) for all primes p >= 5 and all positive integers n and r.
We conjecture that the present sequence satisfies the same pair of supercongruences. Some examples are given below.
FORMULA
a(n) ~ sqrt((41*cos(Pi/7) - 8) / (224*(44*cos(Pi/7) - 39))) * (1 + 14/(10*cos(Pi/7) - 9))^n / (Pi^(5/2) * n^(5/2) * 5^n). - Vaclav Kotesovec, May 08 2026
EXAMPLE
Examples of supercongruences:
a(11) - a(1) = 71567605248444374973205 - 5 = (2^4)*(5^2)*(11^3)*19*56040893*126246629 == 0 (mod 11^3).
a(10) - a(0) = 312375607924873231289 - 1 = (2^3)*(11^3)*17*1725679541724893 == 0 (mod 11^3).
MAPLE
MATHEMATICA
Table[Sum[Binomial[n, k]^2 * Binomial[n+k, k]^2 * HypergeometricPFQ[{-n+1, -k, n}, {1, 1}, 1], {k, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, May 08 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Sep 25 2024
STATUS
approved
