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!)
A331019 a(n) is the least k such that the denominator(sigma(sigma(k*n))/(k*n)) equals n. 2
1, 15, 1, 8, 1, 144, 1, 16, 1, 1, 1, 8, 1, 255, 3, 16, 1, 12, 1, 2, 7, 1, 1, 288, 1, 18, 21, 8, 1, 84, 1, 13, 1, 11, 1, 4096, 1, 4, 3, 270, 1, 2448, 1, 2, 3, 1, 1, 16, 1, 420, 3, 1, 1, 124, 3, 16, 3, 128, 1, 616, 1, 85, 3, 16, 1, 1, 1, 8, 3, 1, 1, 32, 1, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the least k such that the A318060(k*n) equals n.
LINKS
FORMULA
a(n) = A331033(n)/n.
PROG
(PARI) a(n) = my(k=n); while (denominator(sigma(sigma(k))/k) != n, k+=n); k/n;
CROSSREFS
Cf. A000203 (sigma), A051027 (sigma(sigma)), A318060.
Sequence in context: A040234 A040235 A040236 * A185903 A040237 A317835
KEYWORD
nonn
AUTHOR
Ray Chandler, Jan 09 2020
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 August 28 06:46 EDT 2024. Contains 375477 sequences. (Running on oeis4.)