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.

A178458 Abundant numbers of the form k^2 + 1.

Original entry on oeis.org

2210, 3250, 24650, 94250, 117650, 199810, 214370, 310250, 351650, 485810, 499850, 700570, 727610, 744770, 915850, 986050, 1306450, 1545050, 1814410, 1841450, 1885130, 2582450, 2699450, 3052010, 3583450, 4028050, 4678570, 5094050, 5257850, 6466850, 7059650, 7144930
Offset: 1

Views

Author

John L. Drost, Dec 22 2010

Keywords

Examples

			2210 = 2*5*13*17, sigma(2210) = 4536 > 2*2210 and 47^2 + 1 = 2210.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[3000]^2 + 1, DivisorSigma[1, #] > 2# &]