login
A245206
Odd primes p with E_{p-3}(1/4) == 0 (mod p), where E_n(x) denotes the Euler polynomial of degree n.
1
OFFSET
1,1
COMMENTS
The conjecture in A245204 asserts that the current sequence contains infinitely many primes.
Our computation shows that the second term should be greater than prime(2600) = 23321.
LINKS
Zhi-Wei Sun, Super congruences and Euler numbers, arXiv:1001.4453 [math.NT].
Zhi-Wei Sun, Super congruences and Euler numbers, Sci. China Math. 54(2011), 2509-2535.
EXAMPLE
a(1) = 1019 since 1019 is a prime with E_{1019-3}(1/4) == 88*1019 (mod 1019^2).
MATHEMATICA
rMod[m_, n_]:=Mod[Numerator[m]*PowerMod[Denominator[m], -1, n], n, -n/2]
n=0; Do[If[rMod[EulerE[Prime[k]-3, 1/4], Prime[k]]==0, n=n+1; Print[n, " ", Prime[k]]], {k, 2, 200}]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Zhi-Wei Sun, Jul 13 2014
STATUS
approved