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.

A078552 Largest prime dividing sigma(3,n).

Original entry on oeis.org

3, 7, 73, 7, 7, 43, 13, 757, 7, 37, 73, 157, 43, 7, 151, 13, 757, 7, 73, 43, 37, 13, 13, 829, 157, 73, 73, 271, 7, 19, 73, 37, 13, 43, 757, 43, 7, 157, 13, 547, 43, 139, 73, 757, 13, 103, 151, 1063, 829, 13, 157, 919, 73, 37, 43, 7, 271, 163, 73, 523, 19, 757, 337, 157
Offset: 2

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Crossrefs

Programs

  • Mathematica
    gpf[n_] := FactorInteger[n][[-1, 1]]; a[n_] := gpf[DivisorSigma[3, n]]; Array[a, 65, 2] (* Amiram Eldar, Aug 01 2019 *)

Formula

a(n) = A006530(A001158(n)).