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.

A034898 n-th term of A034897 is an a(n)-hyperperfect number.

Original entry on oeis.org

1, 2, 1, 6, 3, 1, 12, 18, 18, 12, 2, 30, 1, 11, 6, 2, 60, 48, 19, 132, 132, 10, 192, 2, 31, 168, 108, 66, 35, 252, 78, 132, 342, 366, 390, 168, 348, 282, 498, 540, 546, 59, 12, 378, 438, 4, 222, 336, 18, 660, 138, 798, 810, 528, 450, 75, 252, 150, 948, 162
Offset: 1

Views

Author

Keywords

References

  • R. K. Guy, Unsolved Problems in Number Theory, Sect. B2.
  • Roberts, Lure of the Integers, see Integer 28, p. 177.

Crossrefs

Cf. A034897.

Programs

  • PARI
    forcomposite(n=2, 10^8, if(1==Mod(n, sigma(n)-n-1), print1((n-1)/(sigma(n)-n-1)", "))) \\ Hans Loeblich, May 10 2019

Extensions

More terms from Donovan Johnson, Nov 20 2012