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.

A075846 Numbers k such that sopf(k) = (1/2)*(sopf(k+1) + sopf(k-1)), where sopf(x) = sum of the distinct prime factors of x.

Original entry on oeis.org

10, 21, 35, 82, 221, 296, 961, 2665, 12629, 13117, 30317, 54485, 99145, 125750, 132728, 142198, 156379, 185461, 225898, 241057, 265227, 265643, 280918, 281396, 284531, 326698, 379331, 393335, 400685, 437241, 437999, 548101, 584502, 641561
Offset: 1

Views

Author

Joseph L. Pe, Oct 18 2002

Keywords

Examples

			The sum of the distinct prime factors of 21 is 3 + 7 = 10; the sum of the distinct prime factors of 22 is 2 + 11 = 13; the sum of the distinct prime factors of 20 is 2 + 5 = 7; and 10 = (1/2)*(13 + 7). Hence 21 belongs to the sequence.
		

Crossrefs

Programs

Extensions

Edited and extended by Ray Chandler, Feb 13 2005