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.

A116001 sigma(n) - phi(n) gives a semiprime (A001358).

Original entry on oeis.org

6, 10, 18, 20, 22, 27, 34, 40, 49, 52, 58, 64, 68, 82, 98, 100, 118, 136, 142, 144, 148, 160, 162, 164, 202, 212, 214, 242, 243, 244, 274, 288, 289, 298, 320, 325, 333, 338, 343, 356, 358, 361, 382, 392, 394, 404, 436, 441, 454, 464, 478, 512, 538, 544, 548
Offset: 1

Views

Author

Giovanni Resta, Feb 13 2006

Keywords

Examples

			sigma(100)-phi(100)=177=3*59
		

Crossrefs

Programs

  • Mathematica
    Select[Range[600],PrimeOmega[DivisorSigma[1,#]-EulerPhi[#]]==2&] (* Harvey P. Dale, Mar 18 2013 *)