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.

A065522 Numbers k such that sigma(k) and sigma(k+1) are nontrivial powers (A065496).

Original entry on oeis.org

21, 93, 381, 1065, 1173, 5065, 5670, 5729, 6603, 8809, 10281, 10680, 15960, 17110, 39286, 40526, 47882, 49951, 61962, 85058, 85261, 99066, 117860, 125985, 126853, 135890, 143241, 159901, 171945, 179556, 185853, 208744, 209585, 210450, 251394, 261767, 288792
Offset: 1

Views

Author

Robert G. Wilson v, Nov 27 2001

Keywords

Examples

			10680 is in this sequence because sigma(10680)=180^2 and sigma(10681)=108^2. - _Sean A. Irvine_, Sep 04 2023
		

Crossrefs

Cf. A065496.

Programs

  • Mathematica
    nn = 300000; SequencePosition[Array[GCD @@ FactorInteger[DivisorSigma[1, #]][[All, -1]] &, nn + 1], {?(# > 1 &), ?(# > 1 &)}][[All, 1]] (* Michael De Vlieger, Sep 04 2023 *)

Extensions

Missing terms inserted by Sean A. Irvine, Sep 04 2023