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!)
A110575 Numbers k that divide A110574(k); or k such that A110574(k) is a Niven number. 1

%I #14 Mar 01 2024 07:16:27

%S 1,3,7,9,13,23,171,399,819,8673,17263

%N Numbers k that divide A110574(k); or k such that A110574(k) is a Niven number.

%C a(12) > 138000, if it exists. - _Amiram Eldar_, Mar 01 2024

%e a(3) = 7 because 1101001100101/7 = 157285871443.

%t seq[max_] := Module[{o = Select[Range[2*max], OddQ[DigitCount[#, 2][[1]]] &], sum = 0, s = {}}, Do[sum += 10^(o[[k]] - 1); If[Divisible[IntegerReverse[sum], k], AppendTo[s, k]], {k, 1, Length[o]}]; s]; seq[1000] (* _Amiram Eldar_, Mar 01 2024 *)

%Y Cf. A005349, A110574.

%K nonn,base,more

%O 1,2

%A _Jason Earls_, Jul 28 2005

%E a(10)-a(11) from _Amiram Eldar_, Mar 01 2024

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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)