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 A262359 #30 Oct 16 2023 01:18:01 %S A262359 18,22932,14520576,1610563584,1907020800,2836487808,6399679104, %T A262359 70912195200,82819376640,159991977600,2732372020224,6164773235712, %U A262359 68309300505600,148068998977536,154119330892800,264727305267840,649657533767040,3701724974438400,42503412523106304,220312341220608000 %N A262359 Numbers k such that denominator(sigma(k)/k) = 6. %H A262359 David A. Corneth, <a href="/A262359/b262359.txt">Table of n, a(n) for n = 1..54</a> (terms <= 10^28) %e A262359 sigma(18)/18 = 13/6, hence 18 is a term. %o A262359 (PARI) isok(n) = denominator(sigma(n, -1)) == 6; %o A262359 (PARI) lista(nn) = {k = 6; nb = 0; while (nb != nn, if (denominator(sigma(k,-1)) == 6, print1(k, ", "); nb++); k += 6;);} %Y A262359 Cf. similar sequences with A017666(n)=k: A159907 (k=2), A245775 (k=3), A229088 (k=4), A067237 (k=5). %Y A262359 Cf. A000203. %K A262359 nonn %O A262359 1,1 %A A262359 _Michel Marcus_, Sep 19 2015 %E A262359 a(10)-a(12) from _Jud McCranie_, Oct 14 2023 %E A262359 More terms from _David A. Corneth_, Oct 15 2023