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!)
A353901 Numbers k such that A353900(k) is divisible by k. 0
1, 6, 28, 56, 1104, 2208, 2178540, 4357080, 6499584, 12999168 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(11) > 8*10^10, if it exists.
The corresponding ratios A353900(k)/k are 1, 2, 2, 1, 2, 1, 4, 2, 2, 1, ...
LINKS
EXAMPLE
6 is a term since A353900(6) = 12 is divisible by 6.
56 is a term since A353900(56) = 56 is divisible by 56.
MATHEMATICA
f[p_, e_] := 1 + Sum[p^(2^k), {k, 0, Floor[Log2[e]]}]; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[6.5*10^6], Divisible[s[#], #] &]
CROSSREFS
Cf. A353900.
Similar sequences: A007691, A189000, A327158, A348601.
Sequence in context: A254879 A298168 A317478 * A081537 A058007 A033588
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 10 2022
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 July 30 10:28 EDT 2024. Contains 374742 sequences. (Running on oeis4.)