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!)
A344732 Numbers k such that k divides Sum_{j=1..k} A048105(j). 2
1, 2, 3, 54, 58, 62, 71, 10535, 10541, 10579, 135242, 135243, 1733777, 1733781, 1733895, 1733905, 1733999, 22216757, 22216765, 22216790, 22216808, 22216814, 46745561148, 46745561156 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding quotients Sum_{j=1..k} A048105(j)/k are 0, 0, 0, 1, 1, 1, 1, 3, 3, 3, 4, 4, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 9, 9, ...
a(25) > 7.5*10^10, if it exists.
LINKS
EXAMPLE
a(1) = 1 since A048105(1) = 0 is divisible by 1.
a(4) = 54 since Sum_{j=1..54} A048105(j) = 54 is divisible by 54.
MATHEMATICA
s[1] = 0; s[n_] := s[n] = s[n - 1] + DivisorSigma[0, n] - 2^PrimeNu[n]; Select[Range[140000], Divisible[s[#], #] &]
CROSSREFS
Cf. A048105.
The non-unitary version of A050226.
Similar sequences: A064610, A344731, A344733.
Sequence in context: A342408 A062641 A339920 * A037424 A155088 A072871
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 27 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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)