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.
%I A065997 #25 Feb 25 2022 10:31:57 %S A065997 6,28,120,496,672,8128,523776,33550336,459818240,1476304896, %T A065997 8589869056,14182439040,31998395520,51001180160,137438691328, %U A065997 518666803200,13661860101120,30823866178560,740344994887680,796928461056000,212517062615531520,2305843008139952128 %N A065997 Numbers n such that sigma(n) / n is prime. %C A065997 This is a subsequence of the sequence of multiply perfect numbers A007691. %C A065997 The prime values of sigma(n) / n are A219545. %C A065997 Numbers whose abundancy index is a prime. There are two visible bends (sudden changes in the growth rate) in the scatter plot. Compare also to the scatter plot of A336702. - _Antti Karttunen_, Feb 25 2022 %H A065997 Antti Karttunen, <a href="/A065997/b065997.txt">Table of n, a(n) for n = 1..597</a> (computed from the b-file of A007691 prepared by T. D. Noe, using Flammenkamp's data) %o A065997 (PARI) isA065997(n) = { my(p=sigma(n)/n); (1==denominator(p) && isprime(p)); }; \\ _Antti Karttunen_, Feb 25 2022 %Y A065997 Subsequence of A007691 and of A342924. %Y A065997 Cf. A000396, A005820, A046060 (subsequences). %Y A065997 Cf. A219545, A336702. %K A065997 nonn,look %O A065997 1,1 %A A065997 _Joseph L. Pe_, Dec 10 2001 %E A065997 Terms a(10) to a(14) from _Jonathan Sondow_, Nov 22 2012 %E A065997 Extended by _T. D. Noe_, Nov 26 2012