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.

A067385 a(n) is smallest x such that sigma(phi(x))/sigma(x) = n.

Original entry on oeis.org

1, 13, 181, 121679, 1033474069
Offset: 1

Views

Author

Dean Hickerson, Jan 20 2002

Keywords

Comments

A023199(6) < a(6) <= 1794819234390989. - Donovan Johnson, Oct 24 2011

Crossrefs

Programs

  • Mathematica
    a[ n_ ] := For[ x=1, True, x++, If[ DivisorSigma[ 1, EulerPhi[ x ] ]/DivisorSigma[ 1, x ]==n, Return[ x ] ] ]

Extensions

a(5) from Vim Wenders, Mar 11 2007