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!)
A276043 Least k such that n divides d(sigma(k)) (d = A000005). 0
1, 2, 3, 5, 33, 6, 105, 14, 22, 33, 651, 24, 2667, 105, 66, 54, 57337, 88, 172011, 114, 210, 1302, 2752491, 120, 510, 5334, 472, 378, 199753347, 264, 677207307, 312, 3810, 114674, 2130, 520, 43346476299, 344022, 14322, 540, 698915267211, 840, 2795677065867, 5208 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(5) = 33 because 5 divides A000005(A000203(33)) = 10.
MATHEMATICA
Table[k = 1; While[! Divisible[DivisorSigma[0, #] &@ DivisorSigma[1, k], n], k++]; k, {n, 28}] (* Michael De Vlieger, Aug 21 2016 *)
PROG
(PARI) a(n) = {my(k = 1); while(numdiv(sigma(k)) % n, k++); k; }
CROSSREFS
Sequence in context: A163079 A109845 A241722 * A041019 A041977 A362640
KEYWORD
nonn
AUTHOR
Altug Alkan, Aug 17 2016
EXTENSIONS
More terms from Jinyuan Wang, Jan 23 2021
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 May 7 17:24 EDT 2024. Contains 372310 sequences. (Running on oeis4.)