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.
?(Divisible[n, DivisorSigma[1, #]] &)]; m = 42; s = Table[0, {m}]; c = 0; n = 1; While[c < m, v = f[n]; If[v <=m && s[[v]] == 0, c++; s[[v]] = n]; n++]; s (* _Amiram Eldar has authored 0 sequences.