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.

A015865 Numbers k such that sigma(k) = sigma(k+5).

Original entry on oeis.org

6, 46, 1030, 2673, 4738, 4785, 10437, 14025, 20038, 20326, 23914, 28702, 31101, 39273, 39669, 41349, 41554, 44709, 46366, 55918, 68638, 74205, 93682, 94365, 96790, 103678, 115245, 115642, 124785, 169990, 182830, 185073, 207118, 214090
Offset: 1

Views

Author

Keywords

Comments

Using the method proposed by Guy and Shanks to construct solutions of sigma(k) = sigma(k + 1), it is possible to search for large terms of this sequence: If q = 3^(m+1) + 8 and p = (3^m*q - 5)/2 are primes, then 2*p is a term. This occurs for m = 0, 1 and 4, giving the terms 6, 46 and 20326. If q = 3^(m+1) - 22 and p = (3^m*q + 5)/2 are primes, then 3^m*q is a term. This occurs for m = 45 giving the term 26183890704263137277609197558886063678754201. In both cases there are no other solutions for m <= 10^4. - Amiram Eldar, May 29 2020

Crossrefs

Programs

Extensions

Corrected and extended by T. D. Noe, Oct 31 2006