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.

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

Original entry on oeis.org

1, 1, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 1, 3, 3, 7, 1, 3, 1, 3, 3, 3, 1, 7, 3, 3, 3, 3, 1, 7, 1, 3, 3, 3, 3, 12, 1, 3, 3, 7, 1, 7, 1, 3, 3, 3, 1, 7, 3, 3, 3, 3, 1, 7, 3, 7, 3, 3, 1, 7, 1, 3, 3, 12, 3, 7, 1, 3, 3, 7, 1, 7, 1, 3, 3, 3, 3, 7, 1, 7, 7, 3, 1, 7, 3, 3
Offset: 1

Views

Author

Jaroslav Krizek, Jul 25 2009

Keywords

Crossrefs

Programs

  • Mathematica
    Table[DivisorSigma[1,EulerPhi[DivisorSigma[0,n]]],{n,100}] (* Harvey P. Dale, Jun 21 2016 *)
  • PARI
    vector(100, n, sigma(eulerphi(numdiv(n)))) \\ G. C. Greubel, Dec 20 2016

Formula

Extensions

More terms from Harvey P. Dale, Jun 21 2016