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.

Showing 1-1 of 1 results.

A334839 Totients congruent to 2 mod 4 and that have multiplicity 4.

Original entry on oeis.org

6, 18, 42, 162, 486, 1458, 4422, 6162, 14406, 19182, 22650, 26406, 39366, 77658, 143262, 412806, 527802, 564898, 843642, 981090, 1514130, 2023506, 2453922, 3050262, 3946182, 4042110, 4590306, 5010882, 6931390, 7003962, 7067622, 7195806, 7455630, 9349410, 10696170, 11092230
Offset: 1

Views

Author

Michel Marcus, May 13 2020

Keywords

Examples

			6 is a term since there are exactly 4 integers x for which phi(x)=6, namely 7, 9, 14, and 18.
		

Crossrefs

Programs

  • PARI
    isok(m) = ((m%4)==2) && istotient(m) && (#invphi(m)==4);
Showing 1-1 of 1 results.