OFFSET
0,2
COMMENTS
Compare with A228960(n) = [x^n] F(x)^n.
Let k and m be positive integers and let f(x) be a finite product of cyclotomic polynomials. Define b(n) = [x^(k*n)] (f(x)/f(-x))^(m*n). Then we conjecture that the supercongruences a(p) == a(1) (mod p^3) and, for n >= 2, a(n*p) == a(n) (mod p^2) hold for all primes p, with a finite number of exceptions depending on f(x).
The present sequence is the case k = m = 1 and f(x) = (1 + x)*(1 + x^3) = C(2,x)^2 * C(6,x), where C(n,x) denotes the n-th cyclotomic polynomial. See A002003 for the case k = m = 1 and f(x) = (1 + x).
LINKS
FORMULA
Conjectures: 1) the supercongruence a(p) == 2 (mod p^3) holds for all primes p >= 5 (checked up to p = 47).
2) for n >= 2, the supercongruence a(n*p) == a(n) (mod p^2) holds for all primes p >= 5.
MAPLE
F(x) := (1 + x)*(1 + x^3): G(x) := taylor(F(x)/F(-x), x = 0, 50); seq(coeftayl(G(x)^n, x = 0, n), n = 0..50);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Apr 18 2023
STATUS
approved