A111931
Smallest prime p such that 1/2, 2/3, 3/4, ..., (m-1)/m are n-th power non-residues modulo p for maximum possible m (=A000236(n)).
Original entry on oeis.org
11, 67, 24077, 29041891, 33699452071
Offset: 2
a(2)=11 since A000236(2)=3 and 1/2=6, 2/3=8 are nonsquares modulo 11, and there is no smaller prime modulo which 1/2 and 2/3 are nonsquares.
Original entry on oeis.org
3, 8, 20, 44, 80, 343, 399
Offset: 2
A000445
Latest possible occurrence of the first consecutive pair of n-th power residues, modulo any prime.
Original entry on oeis.org
9, 77, 1224, 7888, 202124, 1649375
Offset: 2
Every large prime has a pair of consecutive quadratic (n=2) residues which appear not later than 9,10, so a(2)=9. - _Len Smiley_
- P. Erdős and R. L. Graham, Old and New Problems and Results in Combinatorial Number Theory. L'Enseignement Math., Geneva, 1980, p. 87.
- W. H. Mills, Bounded consecutive residues and related problems, pp. 170-174 of A. L. Whiteman, ed., Theory of Numbers, Proc. Sympos. Pure Math., 8 (1965). Amer. Math. Soc.
- N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- R. G. Bierstedt, W. H. Mills, On the bound for a pair of consecutive quartic residues of a prime, Proc. Amer. Math. Soc. 14, 628-632 (1963).
- J. Brillhart, D. H. Lehmer and E. Lehmer, Bounds for pairs of consecutive seventh and higher power residues, Math. Comp. 18 (1964), 397-407.
- M. Dunton, Bounds for Pairs of Cubic Residues, Proc. Amer. Math. Soc. 16 (1965), 330-332.
- Adolf Hildebrand, On consecutive k-th power residues. II., Michigan Math. J., 38 (1991), no. 2, 241--253.
- J. H. Jordan, Pairs of consecutive power residues or non-residues, Canad. J. Math., 16 (1964), 310-314.
- J. R. Rabung and J. H. Jordan, Consecutive power residues or nonresidues, Math. Comp. 24 (1970), 737-740.
- Don Reble, More terms for A000445?, posting to SeqFan mailing list, Dec 19 2019.
A097160
Greatest prime p such that there are n, but not n+1, consecutive quadratic residues mod p, or -1 if no such prime exists.
Original entry on oeis.org
5, 17, 53, 193, 457, 2153
Offset: 1
Only the first three primes have no consecutive quadratic residues, so a(1) is the third prime, 5.
53 has three consecutive quadratic resides, but not four; and each larger prime has four consecutives.
- Alfred Brauer, Ueber Sequenzen von Potenzresten, S.-B. Deutsch. Akad. Wiss. Berlin 1928, 9-16.
-
f[l_, a_] := Module[{A = Split[l], B}, B = Last[ Sort[ Cases[A, x : {a ..} :> { Length[x], Position[A, x][[1, 1]]}]]]; {First[B], Length[ Flatten[ Take[A, Last[B] - 1]]] + 1}]; g[n_] := g[n] = f[ JacobiSymbol[ Range[ Prime[n] - 1], Prime[n]], 1][[1]]; g[1] = 1; a = Table[0, {30}]; Do[ a[[ g[n]]] = n, {n, 2556}]; Prime[a]
The old values of a(7) and a(8) were unproved, while a(9) and a(10) were wrong (and are still unknown), according to email message from
Don Reble received by
N. J. A. Sloane, Dec 11 2015, see LINKS.
Showing 1-4 of 4 results.
Comments