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”).

A123124
Sequence gives values of k in A122483.
1
2, 4, 5, 6, 4, 4, 6, 6, 8, 11, 13, 6, 13, 4
OFFSET
1,1
MATHEMATICA
f[p_, e_] := (p^(e+1)-2*p+1) * (p^(e+1)-1)/((p-1)^2 * (p^e - 1)); s[n_] := (Times @@ f @@@ FactorInteger[n])/n; Select[s /@ Range[2, 10^5], IntegerQ] (* Amiram Eldar, Sep 19 2022 *)
CROSSREFS
Cf. A122483.
Sequence in context: A309681 A287224 A077867 * A166236 A291768 A059583
KEYWORD
nonn,more
AUTHOR
Yasutoshi Kohmoto Sep 30 2006
EXTENSIONS
More terms from R. J. Mathar, Oct 01 2006
a(12)-a(14) from Amiram Eldar, Sep 19 2022
STATUS
approved