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.

A104129 Integers of the form p^(p-1)+p where p is prime.

Original entry on oeis.org

4, 12, 630, 117656, 25937424612, 23298085122494, 48661191875666868498, 104127350297911241532860, 907846434775996175406740561352, 88540901833145211536614766025207452637390
Offset: 1

Views

Author

Cino Hilliard, Mar 06 2005

Keywords

Comments

Sum of the reciprocals 1/a(n) rapidly converges to 0.3349291343132812638... - R. J. Mathar, Apr 27 2007

Crossrefs

Programs

  • Mathematica
    #^(#-1)+#&/@Prime[Range[10]] (* Harvey P. Dale, Mar 23 2025 *)

Formula

From R. J. Mathar, Apr 27 2007: (Start)
a(n) = A036878(n)+p where p=A000040(n).
For p>2, a(n) = p*[1+A085531(A005097(n-1))]. (End)

Extensions

Edited by R. J. Mathar, Apr 27 2007