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.

A015721 Composite and even n such that phi(n) * sigma(n) is one less than a square.

Original entry on oeis.org

6, 22, 44, 76, 82, 140, 190, 354, 392, 650, 944, 1072, 1142, 1150, 1668, 2276, 4176, 4192, 4262, 5090, 7260, 8660, 15026, 16064, 22926, 29746, 39436, 42872, 74666, 87498, 94786, 101882, 115772, 118928, 127580, 151348
Offset: 1

Views

Author

Keywords

Crossrefs

Subsequence of even terms of A015709.

Programs

  • PARI
    isok(n) = !isprime(n) && !(n%2) && issquare(eulerphi(n)*sigma(n)+1); \\ Michel Marcus, Oct 02 2017

Extensions

Offset corrected by Donovan Johnson, Jan 16 2012