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!)
A272852 Smallest value m such that A272851(m) = n. 3
1, 2, 5, 11, 13, 53, 418, 1698, 8887, 54882, 455445, 7287129, 116594064 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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

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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)