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!)
A072305 a(n)-th Fibonacci number is the smallest Fibonacci number containing exactly n 1's. 1
1, 19, 22, 71, 82, 118, 119, 200, 241, 218, 271, 350, 377, 362, 419, 473, 544, 578, 562, 753, 622, 682, 687, 844, 775, 746, 830, 745, 908, 1012, 922, 979, 1141, 1227, 1201, 1161, 1179, 1273, 1396, 1190, 1415, 1314, 1369, 1486, 1507, 1531, 1667, 1867, 1714 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3)=22 since 22nd Fibonacci number i.e. 17711 contains exactly 3, 1's.
MATHEMATICA
Module[{nn=2000, fi}, fi=Table[{n, DigitCount[Fibonacci[n], 10, 1]}, {n, nn}]; Table[ SelectFirst[fi, #[[2]]==k&], {k, 50}]][[All, 1]] (* Harvey P. Dale, Sep 25 2019 *)
CROSSREFS
Cf. A000045.
Sequence in context: A374465 A050955 A303299 * A095222 A343740 A317254
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jul 14 2002
EXTENSIONS
a(20)-a(49) from Alois P. Heinz, Apr 26 2017
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 September 2 11:39 EDT 2024. Contains 375613 sequences. (Running on oeis4.)