cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A357508 a(n) = binomial(4*n,2*n) - 2*binomial(4*n,n).

This page as a plain text file.
%I A357508 #23 Mar 18 2023 08:49:14
%S A357508 -1,-2,14,484,9230,153748,2434964,37748520,580043790,8886848740,
%T A357508 136151207764,2088760285456,32108266614164,494648505828904,
%U A357508 7637081136832840,118158193386475984,1831647087068431374,28444051172077725444,442429676097305612324
%N A357508 a(n) = binomial(4*n,2*n) - 2*binomial(4*n,n).
%C A357508 Sun and Wan's supercongruence stated below apparently generalizes as follows:
%C A357508 Let m be an integer and k a positive integer. Define u(n) = binomial((m+2)*n,(k+1)*n) - binomial(m,k)*binomial((m+2)*n,n). We conjecture that u(n) == u(1) (mod p^5) for all primes p >= 7. [added 22 Oct 2022: the conjecture is true: apply Helou and Terjanian, Section 3, Proposition 2.]
%C A357508 Conjecture: for r >= 2, u(p^r) == u(p^(r-1)) ( mod p^(3*r+3) ) for all primes p >= 5. - _Peter Bala_, Oct 13 2022
%H A357508 C. Helou and G. Terjanian, <a href="https://doi.org/10.1016/j.jnt.2007.06.008">On Wolstenholme’s theorem and its converse</a>, J. Number Theory 128 (2008), 475-499.
%H A357508 Z.-W. Sun and D. Wan, <a href="https://arxiv.org/abs/math/0603462">On Fleck quotients</a>, arXiv:math/0603462 [math.NT], 2006-2007.
%F A357508 a(n) = A001448(n) - 2*A005810(n).
%F A357508 a(p) == -2 (mod p^5) for all primes p >= 7. (Sun and Wan, Corollary 1.5.)
%p A357508 seq(binomial(4*n,2*n) - 2*binomial(4*n,n), n = 0..20);
%Y A357508 Cf. A001448, A005810, A357509.
%K A357508 sign,easy
%O A357508 0,2
%A A357508 _Peter Bala_, Oct 01 2022