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.

A163375 a(n) = sigma(tau(phi(n))).

Original entry on oeis.org

1, 1, 3, 3, 4, 3, 7, 4, 7, 4, 7, 4, 12, 7, 7, 7, 6, 7, 12, 7, 12, 7, 7, 7, 12, 12, 12, 12, 12, 7, 15, 6, 12, 6, 15, 12, 13, 12, 15, 6, 15, 12, 15, 12, 15, 7, 7, 6, 15, 12, 12, 15, 12, 12, 15, 15, 13, 12, 7, 6, 28, 15, 13, 12, 18, 12, 15, 12, 12, 15, 15, 15
Offset: 1

Views

Author

Jaroslav Krizek, Jul 25 2009

Keywords

Crossrefs

Programs

  • Magma
    [SumOfDivisors(NumberOfDivisors(EulerPhi(n))): n in [1..80]]; // Vincenzo Librandi, Dec 20 2016
  • Mathematica
    DivisorSigma[1, DivisorSigma[0, EulerPhi[Range[100]]]] (* G. C. Greubel, Dec 20 2016 *)
  • PARI
    vector(100, n, sigma(numdiv(eulerphi(n)))) \\ G. C. Greubel, Dec 20 2016
    

Formula