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.

A078553 Largest prime dividing sigma(4,n).

Original entry on oeis.org

17, 41, 13, 313, 41, 1201, 257, 73, 313, 7321, 41, 14281, 1201, 313, 41, 41761, 73, 3833, 313, 1201, 7321, 139921, 257, 601, 14281, 193, 1201, 353641, 313, 1129, 241, 7321, 41761, 1201, 73, 10529, 3833, 14281, 313, 10313, 1201, 521, 7321, 313
Offset: 2

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Examples

			Observe nontrivial frequent occurrence of several primes like 73,313,14281, etc.
		

Crossrefs

Programs

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

Formula

a(n) = A006530(A001159(n)).