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 A292413 #15 Sep 19 2017 06:48:10 %S A292413 4,3,14,54,1496,42520,177263760,11712677760 %N A292413 a(n) is the smallest k such that sigma(sigma(k)) = sigma(sigma(k) - k) + n*k, or 0 if no such k exists. %C A292413 For n <= 5, the values k <= 10^6 such that sigma(sigma(k)) = sigma(sigma(k) - k) + n*k are: %C A292413 For n = 1; 4, 144, 16384. %C A292413 For n = 2; 3, 7, 8, 31, 84, 127, 8191, 35743, 42048, 131071, 524287. %C A292413 For n = 3; 14, 20, 372, 1081, 16246, 98292. %C A292413 For n = 4; 54, 168, 308, 504, 994, 3870, 4994, 7800, 16488, 17360, 51995, 475664. %C A292413 For n = 5; 1496, 1704, 14976, 21552, 379938, 854168. %C A292413 a(10) = 16708685994, a(9) > 6*10^11. - _Giovanni Resta_, Sep 18 2017 %o A292413 (PARI) a(n) = {my(k=2); while(sigma(sigma(k))-sigma(sigma(k)-k) != n*k, k++); k; } %Y A292413 Cf. A000203, A051027, A272930, A291881. %K A292413 nonn,more %O A292413 1,1 %A A292413 _Altug Alkan_, Sep 16 2017 %E A292413 a(8) from _Giovanni Resta_, Sep 18 2017