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.

A227534 Even numbers n such that the least e with n^e a totient is a new record.

Original entry on oeis.org

2, 22, 34, 62, 86, 202, 398, 2042, 6998, 12514, 12758, 33406, 48962, 101554, 154186, 197378, 298366
Offset: 1

Views

Author

Keywords

Comments

Essentially position of records in A227533.
Probably all terms beyond the first are even semiprimes: conjecturally this is a subsequence of A001747.

Crossrefs

Programs

  • PARI
    r=0;forstep(n=2,1e5,2, t=1; while(!istotient(n^t++),); if(t>r,r=t;print1(n", ")))
    \\ See also A227533 for a more efficient method of computing terms.

Extensions

a(14) from Charles R Greathouse IV, Jul 16 2013
a(15) from Charles R Greathouse IV, Jul 17 2013
a(16)-a(17) from Charles R Greathouse IV, Jul 19 2013