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
1, 3, 7, 9, 13, 23, 171, 399, 819, 8673, 17263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(12) > 138000, if it exists. - Amiram Eldar, Mar 01 2024
LINKS
EXAMPLE
a(3) = 7 because 1101001100101/7 = 157285871443.
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A176553 A109370 A018663 * A325556 A174840 A032664
KEYWORD
nonn,base,more
AUTHOR
Jason Earls, Jul 28 2005
EXTENSIONS
a(10)-a(11) from Amiram Eldar, Mar 01 2024
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 24 12:31 EDT 2024. Contains 371937 sequences. (Running on oeis4.)