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.

A361396 Integers k such that 28*phi(29*197^3*k) is not a totient number where phi is the totient function.

Original entry on oeis.org

1, 2, 3, 4, 6, 7517, 15034, 18059, 22551, 28019, 30068, 30983, 36118, 45102, 56038, 61966, 65267, 67427, 67499, 71387, 84057, 84947, 90677, 92949, 97187, 112076, 115469, 123932, 127487, 130534, 130787, 134854, 134998, 142774, 168114, 169067, 169894, 181354, 185898, 191579, 194374, 195801
Offset: 1

Views

Author

Michel Marcus, Mar 10 2023

Keywords

Comments

For k=1, A000010(29*197^3) = 212983792 = A361058(28).

Crossrefs

Programs

  • PARI
    isok(k) = ! istotient(28*eulerphi(29*197^3*k));