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.

A113771 Largest gap between primitive roots of n-th prime.

Original entry on oeis.org

2, 3, 4, 5, 5, 4, 6, 7, 7, 5, 10, 8, 12, 12, 7, 4, 6, 8, 8, 9, 10, 21, 8, 6, 15, 8, 14, 7, 12, 7, 12, 10, 7, 12, 5, 15, 10, 11, 7, 7, 7, 13, 21, 11, 8, 14, 15, 12, 8, 13, 7, 11, 17, 9, 7, 8, 9, 15, 13, 16, 10, 10, 12, 19, 20, 6, 22, 20, 9, 12, 7, 9, 15, 9, 18, 9, 9, 19, 13, 42, 10, 17, 12, 10
Offset: 1

Views

Author

Keywords

Examples

			For n=6, p_6=13, the primitive roots are 2,6,7,11, with largest gap 11-7=4. For n=5, p_5=11, the primitive roots are 2,6,7,8, with largest gap 2-8=5 (mod 11).
		

References

  • R. Osborn, Tables of All Primitive Roots of Odd Primes Less Than 1000, Univ. Texas Press, 1961.

Crossrefs

Cf. A060749 (table), A001918 (least).