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”).

A272852
Smallest value m such that A272851(m) = n.
3
1, 2, 5, 11, 13, 53, 418, 1698, 8887, 54882, 455445, 7287129, 116594064
OFFSET
1,2
MATHEMATICA
s = Fibonacci@ Range@ 120; Function[k, FirstPosition[k, #] & /@ Range@ Max@ k]@ Table[Length@ Select[Union@ Flatten@ Function[k, Map[FromDigits[#, 2] & /@ Partition[k, #, 1] &, Range@ Length@ k]]@IntegerDigits[#, 2] &@ n, MemberQ[s, #] &], {n, 10^4}] // Flatten (* Michael De Vlieger, May 08 2016, Version 10 *)
CROSSREFS
Cf. A272851.
Sequence in context: A020629 A355657 A224793 * A210506 A097055 A251536
KEYWORD
nonn,more,base
AUTHOR
Marko Riedel, May 07 2016
STATUS
approved