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
and
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((68 + 117*cos(Pi/7)) / (7*(532*cos(Pi/7) - 479))) * (1 + 14/(10*cos(Pi/7) - 9))^n / (2^(5/2) * Pi^(5/2) * n^(5/2) * 5^n). - Vaclav Kotesovec, May 08 2026
EXAMPLE
Examples of supercongruences:
a(11) - a(1) = 247635383880853678809541 - 13 = (2^3)*(3^2)*(11^3)*13*178697* 389023*2859343 == 0 (mod 11^3).
a(10) - a(0) = 1079739020625352737937 - 1 = (2^4)*3*(11^3)*13*1459*601831*1480561 == 0 (mod 11^3).
MAPLE
MATHEMATICA
Table[Sum[Binomial[n, k]^2 * Binomial[n+k, k]^2 * HypergeometricPFQ[{-n, -k, n+1}, {1, 1}, 1], {k, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, May 08 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Sep 24 2024
STATUS
approved
