login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A078554
Largest prime dividing sigma(5,n).
1
11, 61, 151, 521, 61, 191, 41, 4561, 521, 13421, 151, 2411, 191, 521, 1801, 101, 4561, 2251, 521, 191, 13421, 211, 61, 1741, 2411, 1181, 191, 401, 521, 21821, 331, 13421, 101, 521, 4561, 1824841, 2251, 2411, 521, 4111, 191, 3341101, 13421, 4561, 211
OFFSET
2,1
LINKS
FORMULA
a(n) = A006530(A001160(n)).
EXAMPLE
Observe nontrivial frequent occurrence of several primes like 61,191,521,4561, etc.
MATHEMATICA
gpf[n_] := FactorInteger[n][[-1, 1]]; a[n_] := gpf[DivisorSigma[5, n]]; Array[a, 50, 2] (* Amiram Eldar, Aug 01 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 05 2002
STATUS
approved