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.

A226475 Numbers n such that sigma(n) + sigma(n+1) = sigma(n+2) + sigma(n+3).

Original entry on oeis.org

75, 113, 295, 533, 686, 2130, 14805, 26966, 30235, 35095, 135653, 355675, 432996, 590138, 1214588, 2692853, 2952064, 3375195, 3486795, 5973014, 6880351, 7334956, 22266602, 25841659, 30483834, 37416582, 38390010, 40952513, 41109593, 57242145
Offset: 1

Views

Author

Alex Ratushnyak, Jun 11 2013

Keywords

Comments

Sigma(n) is the sum of the divisors of n: A000203.

Examples

			sigma(75) + sigma(76) = 124 + 140 = 264, and sigma(77) + sigma(78) = 96 + 168 = 264, so 75 is in the sequence.
		

Crossrefs

Programs