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.

A109997 Primes where the arithmetic mean of the fractional parts of p/1,p/2,..., p/p is less than 1-gamma=0.422784...

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 29, 31, 37, 41, 43, 61, 67, 73, 79, 97, 101, 103, 109, 113, 127, 137, 151, 157, 163, 173, 181, 193, 197, 199, 211, 229, 233, 241, 257, 271, 277, 281, 283, 307, 313, 331, 337, 353, 367, 373, 379, 397, 401, 409, 421, 433, 443, 457, 463
Offset: 1

Views

Author

Stefan Krämer, Sep 01 2005

Keywords

References

  • S. R. Finch. Mathematical Constants. Cambridge University Press, 2003 ISBN 0-521-81802-2 p. 29
  • Stefan Kraemer. Eulers constant and related numbers, preprint, 2005.

Crossrefs

Programs

  • Mathematica
    With[{c=1-EulerGamma},Select[Prime[Range[100]],Mean[FractionalPart/@(#/ Range[#])]Harvey P. Dale, Sep 19 2020 *)