login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A328175 a(n) is the largest integer k such that sigma(k)/(d(k)*sopf(k)) = n where d=A000005, sigma=A000203 and sopf=A008472. 1
42, 470, 923, 2159, 12924, 3735, 4316, 8786, 23939, 24412, 76502, 26768, 28612, 47849, 145620, 36002, 118204, 189143, 116999, 105657, 109559, 252474, 142687, 236860, 504899, 265682, 388798, 1558808, 154559, 345687, 709564, 544829, 383086, 652049, 361905, 1193075 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) sopf(f) = sum(j=1, #f~, f[j, 1]); \\ A008472
lista(nn) = {/* nn should be > 10^7 */ my(nmax = 43, v = vector(nmax, k, List())); for (n=2, nn, my(f=factor(n), q); if (denominator(q=sigma(f)/(numdiv(f)*sopf(f))) == 1, if (q <= nmax, listput(v[q], n)); ); ); for (i=1, nmax, if (#v[i] == 0, break); print1(vecmax(Vec(v[i])), ", "); ); }
CROSSREFS
Sequence in context: A090297 A008387 A088626 * A216109 A216111 A216113
KEYWORD
nonn
AUTHOR
Michel Marcus, Oct 06 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)