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.

A321023 Numbers k such that sigma(k) = sigma(k + 15).

Original entry on oeis.org

26, 62, 20840574, 25741470, 60765690, 102435795, 277471467, 361466454, 464465910, 1110512403, 1927430490, 2741174163, 3631266639, 3844534602, 3982743750, 4565968407, 4612184562, 4829319495, 4981969978, 7066794735, 13484870399, 14268004443, 14550390855, 15051147111
Offset: 1

Views

Author

Tomohiro Yamada, Oct 26 2018

Keywords

Examples

			sigma(26) = sigma(41) = 42, sigma(62) = sigma(77) = 96.
		

Crossrefs

Programs

  • PARI
    my(V=vector(15)); for(n=1, 2^28, my(s=sigma(n), r=(n%15)+1); if (s==V[r], print1(n-15, ", ")); V[r]=s)

Extensions

a(7)-a(9) from Amiram Eldar, Oct 26 2018
a(10)-a(24) from Giovanni Resta, Oct 26 2018