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.

A216436 For g=A201557(n), define a(n) as the prime p|g such that G(g/p) is maximum, where G(k) = sigma(k)/(k*log(log(k))).

Original entry on oeis.org

17, 17, 19, 19, 19, 19, 19, 23, 23, 31, 31, 31, 7, 7, 7, 7, 7, 37, 37, 41, 43, 43, 43, 43, 43, 43, 2, 43, 2, 43, 2, 47, 47, 47, 47, 47, 47, 2, 47, 2, 47, 2, 47, 2, 53, 61, 61, 61, 61, 61, 61, 5, 5, 5, 67, 71, 11, 11, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73
Offset: 1

Views

Author

Michel Marcus, Sep 10 2012

Keywords

Comments

The ratio G(A201557(n)/p)/G(A201557(n)) is defined by Nicolas as the Gronwall quotient (A201557 = proper GA1 numbers).

Crossrefs

Programs

  • Maple
    # See link "Computation of GA1 numbers".
  • PARI
    findq(i) = {f = factor(i); maxqu = 0.0; qmax = 0; for(iq=1, length(f~), qq = f[iq,1]; qu = g(i/qq)/g(i); if (qu > maxqu, maxqu = qu; qmax = qq;) ); return (qmax);} \\ for i in A201557

Formula

G(A201557(n)/a(n)) >= G(A201557(n)/q) if prime q|A201557(n).

Extensions

Definition simplified and formula supplied by Jonathan Sondow, Sep 11 2012