A000236 Maximum m such that there are no two adjacent elements belonging to the same n-th power residue class modulo some prime p in the sequence 1,2,...,m (equivalently, there is no n-th power residue modulo p in the sequence 1/2,2/3,...,(m-1)/m).
3, 8, 20, 44, 80, 343, 288, 608, 1023, 2848, 4095, 40959, 16383, 32768, 11375, 655360, 262143, 3670016, 1048575, 2097151
Offset: 2
References
- 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).
Links
- J. H. Jordan, Pairs of consecutive power residues or nonresidues, 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.
Formula
If 8|n, a(n) >= 2^(n/2) - 1; otherwise a(n) >= 2^n - 1. - Max Alekseyev, Aug 10 2005; corrected Sep 04, 2017.
Extensions
a(8) corrected and a(9)-a(16) added by Max Alekseyev, Aug 10 2005
a(8), a(10), a(16) corrected, and a(17)-a(21) added by Don Reble, communicated by Max Alekseyev, Sep 04 2017
Comments