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.

A181660 Numbers at which the sum of the iterated totient function (A092693) attains a minimum.

Original entry on oeis.org

1, 2, 6, 12, 18, 30, 42, 54, 60, 66, 90, 126, 150, 210, 270, 294, 330, 420, 462, 630, 660, 840, 882, 1050, 1260, 1470, 1680, 1890, 2310, 2730, 2940, 3150, 3234, 3570, 3990, 4410, 4620, 4830, 5250, 5460, 5670, 6090, 6930, 7350, 8190, 9030, 9240, 9450, 9660
Offset: 1

Views

Author

T. D. Noe, Nov 04 2010

Keywords

Comments

That is, for each n in this sequence, A092693(n) < A092693(m) for m > n. Do all primorials appear here?

Crossrefs

Programs

  • Mathematica
    kMax=2*3*5*7*11*13; t=Table[0,{kMax}]; Do[e=EulerPhi[k]; t[[k]]=e+t[[e]], {k,2,kMax}]; mn=Infinity; Reverse[Reap[Do[If[t[[ -k]]