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.

A197952 Numbers n such that sigma(phi(n))/sigma(n) = 5.

Original entry on oeis.org

1033474069, 1604277377, 2741806637, 9941342981, 14754456491, 14859359791, 15887724883, 16990353761, 17266051069, 20892536447, 21776951239, 24435763193, 25165559143, 32325726313, 38313868379, 38580669727, 38856433193, 47906215417, 49094416289, 56237053007
Offset: 1

Views

Author

Donovan Johnson, Oct 19 2011

Keywords

Examples

			sigma(phi(25165559143))/sigma(25165559143) = 127671828480/25534365696 = 5.
		

Crossrefs

Programs

  • PARI
    for(n=1033474069, 3*10^10, if(sigma(eulerphi(n))/sigma(n)==5, print1(n, ", ")))

Extensions

a(14)-a(20) from Donovan Johnson, Nov 11 2011