OFFSET
1,1
COMMENTS
LINKS
Michel Marcus, Table of n, a(n) for n = 1..1000
G. Caveney, J.-L. Nicolas and J. Sondow, On SA, CA, and GA numbers, Ramanujan J., 29 (2012), 359-384.
J.-L. Nicolas, Table of proper GA1 numbers up to 10^60, 2011.
J.-L. Nicolas, Computation of GA1 numbers, 2011.
MAPLE
# See link "Computation of GA1 numbers".
PROG
(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
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Sep 10 2012
EXTENSIONS
Definition simplified and formula supplied by Jonathan Sondow, Sep 11 2012
STATUS
approved