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.

A279288 a(n) = denominator of (phi(n)/tau(n)).

Original entry on oeis.org

1, 2, 1, 3, 1, 2, 1, 1, 1, 1, 1, 3, 1, 2, 1, 5, 1, 1, 1, 3, 1, 2, 1, 1, 3, 1, 2, 1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 2, 1, 1, 1, 2, 1, 3, 1, 2, 1, 5, 1, 3, 1, 1, 1, 4, 1, 1, 1, 1, 1, 3, 1, 2, 1, 7, 1, 2, 1, 3, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 5, 5, 1, 1, 1, 1, 2, 1
Offset: 1

Views

Author

Jaroslav Krizek, Dec 09 2016

Keywords

Comments

a(n) = denominator of (A000010(n)/A000005(n)).
See A279287 (numerator of (phi(n)/tau(n))) and A063070 (phi(n)-tau(n)).
a(n) = 1 and A279287(n) = 1 for numbers n in A020488; A279287(n) > a(n) for numbers n in A279289.

Examples

			For n = 6: phi(6)/tau(6) = 2/4 = 1/2; a(6) = 2.
		

Crossrefs

Programs

  • Magma
    [Denominator(EulerPhi(n)/NumberOfDivisors(n)): n in[1..1000]];
    
  • Mathematica
    Table[Denominator[EulerPhi[n]/DivisorSigma[0, n]], {n, 120}] (* Michael De Vlieger, Dec 10 2016 *)
  • PARI
    a(n) = denominator(eulerphi(n)/numdiv(n)) \\ Felix Fröhlich, Dec 09 2016

Formula

a(n) = 1 for numbers in A020491.