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!)
A344733 Numbers k such that k divides A327573(k). 2
1, 25, 387, 6063, 1416379, 1416403, 1416411, 331362359, 5068450527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding quotients A327573(k)/k are 1, 3, 5, 7, 11, 11, 11, 15, 17, ...
a(10) > 7.5*10^10, if it exists.
LINKS
EXAMPLE
a(1) = 1 since A327573(1) = 1 is divisible by 1.
a(2) = 25 since A327573(25) = 75 = 3 * 25 is divisible by 25.
MATHEMATICA
f[p_, e_] := 2^DigitCount[e, 2, 1]; s[1] = 1; s[n_] := s[n] = s[n - 1] + Times @@ f @@@ FactorInteger[n]; Select[Range[1.5*10^6], Divisible[s[#], #] &]
CROSSREFS
The infinitary version of A050226.
Similar sequences: A064610, A344731, A344732.
Sequence in context: A261485 A125482 A306322 * A028130 A286719 A174515
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)