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

A072321
Smallest Fibonacci number containing exactly n 2's.
1
2, 514229, 12586269025, 14472334024676221, 2427893228399975082453, 57602132235424755886206198685365216, 1033628323428189498226463595560281832, 2353412818241252672952597492098, 2281217241465037496128651402858212007295
OFFSET
1,1
LINKS
EXAMPLE
a(2)=514229 so 514229 is the smallest Fibonacci number containing exactly two 2's.
MATHEMATICA
Flatten[Table[Select[Fibonacci[Range[500]], DigitCount[#, 10, 2]==n&, 1], {n, 10}]] (* Harvey P. Dale, Feb 22 2014 *)
CROSSREFS
Sequence in context: A139181 A172994 A214545 * A237191 A367823 A101118
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jul 14 2002
EXTENSIONS
a(9) from Vincenzo Librandi, Feb 23 2014
STATUS
approved