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.

A091258 Denominator of sigma_3(n)/sigma(n).

Original entry on oeis.org

1, 1, 1, 7, 1, 1, 1, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 1, 1, 1, 31, 1, 1, 7, 1, 1, 1, 7, 1, 1, 1, 91, 1, 1, 1, 1, 1, 1, 1, 7, 13, 1, 1, 1, 19, 31, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 7, 1, 1, 1, 1, 1, 19, 13
Offset: 1

Views

Author

Labos Elemer, Feb 12 2004

Keywords

Comments

Conjecture: The set of distinct terms is A004611. - Michel Marcus, Aug 10 2024

Crossrefs

Cf. A001158, A000203, A091259 (numerators), A091260.

Programs

  • Mathematica
    Denominator[Table[DivisorSigma[3,n]/DivisorSigma[1,n],{n,100}]] (* Harvey P. Dale, Oct 06 2017 *)
  • PARI
    a(n) = denominator(sigma(n, 3)/sigma(n)); \\ Michel Marcus, Dec 29 2013