login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A339550
Numbers k such that A339549(k) = A339549(k+1).
2
1, 9, 85, 697, 1285, 2605, 4573, 5845, 6001, 6241, 6613, 7141, 7453, 8005, 10897, 12453, 13141, 15445, 19789, 20345, 21445, 21913, 22873, 25957, 36565, 36601, 39597, 44761, 46405, 53677, 56137, 56593, 61013, 63445, 70094, 72913, 76977, 80913, 82405, 87085, 87601
OFFSET
1,2
COMMENTS
Analogous to A338452 as A339549 is analogous to A093653.
LINKS
EXAMPLE
9 is a term since A339549(9) = A339549(10) = 4.
MATHEMATICA
f[n_] := Times @@ (DigitCount[#, 2, 1] & /@ Divisors[n]); Select[Range[10000], f[#] == f[# + 1] &]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Amiram Eldar, Dec 08 2020
STATUS
approved