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

A072315
Smallest Fibonacci number containing exactly n 8's.
0
8, 5702887, 27777890035288, 83621143489848422977, 51680708854858323072, 5193981023518027157495786850488117, 178890334785183168257455287891792, 39679027332006820581608740953902289877834488152161
OFFSET
1,1
EXAMPLE
a(2)=5702887 so 5702887 is the smallest Fibonacci number containing exactly two 8's.
MATHEMATICA
With[{fibs=Fibonacci[Range[1000]]}, Table[First[Select[fibs, DigitCount[#, 10, 8] ==n&]], {n, 10}]] (* Harvey P. Dale, Apr 21 2011 *)
CROSSREFS
Sequence in context: A218429 A223937 A358813 * A145233 A076916 A076917
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jul 14 2002
STATUS
approved