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.

Previous Showing 11-14 of 14 results.

A015881 Numbers k such that sigma(k) = sigma(k+11).

Original entry on oeis.org

28, 154, 466, 874, 958, 1054, 2266, 2878, 11505, 12754, 14674, 17974, 21154, 21778, 29223, 29535, 31725, 32714, 39658, 43186, 48004, 52018, 62338, 70198, 126795, 132783, 163251, 164818, 207603, 212938, 221595, 272685, 274527
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

A015882 Numbers k such that sigma(k) = sigma(k+12).

Original entry on oeis.org

35, 104, 285, 287, 310, 329, 340, 345, 406, 609, 660, 736, 767, 957, 1067, 1207, 1242, 1768, 1786, 1817, 1824, 2047, 2288, 2407, 2672, 2686, 2714, 3009, 4012, 4387, 4653, 4847, 6179, 7532, 8366, 8920, 10005, 10528, 11140, 11670, 11951
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

A181647 Numbers m having the same sum of divisors as m+20 has.

Original entry on oeis.org

42, 51, 123, 141, 204, 371, 497, 708, 923, 992, 1034, 1343, 1391, 1484, 1595, 1691, 1826, 3266, 3317, 5015, 5152, 7367, 8003, 9132, 9287, 9494, 11078, 13223, 15458, 15833, 17975, 18752, 19428, 20120, 20915, 21251, 21566, 24119, 24503, 25787, 28000, 29726, 29795
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 03 2010

Keywords

Examples

			a(1) = 42, divisors(42) = {1,2,3,6,7,14,21,42}, divisors(42+20) = {1,2,31,62}: 1+2+3+6+7+14+21+42 = 1+2+31+62.
		

References

  • Jean-Marie De Koninck, Those Fascinating Numbers, Amer. Math. Soc., 2009, page 16.

Crossrefs

Programs

  • Mathematica
    Select[Range[30000], Equal @@ DivisorSigma[1, # + {0, 20}] &] (* Amiram Eldar, Apr 16 2025 *)
  • PARI
    isok(n) = sigma(n) == sigma(n+20); \\ Michel Marcus, Feb 06 2016

Formula

A000203(a(n)) = A000203(a(n) + 20).

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
Previous Showing 11-14 of 14 results.