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!)
A076564 List of numbers k such that the k-th Fibonacci number (A000045) does not contain the digit zero. 2

%I #10 Dec 15 2019 15:01:06

%S 1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,22,23,24,26,27,28,29,

%T 31,33,35,37,39,42,43,53,54,55,56,57,58,78,80,85,87,97,125,184

%N List of numbers k such that the k-th Fibonacci number (A000045) does not contain the digit zero.

%C Probably finite, and probably 184 is the last term. No further terms below 10000. - _N. J. A. Sloane_, Dec 13 2019

%D A. Altassan and F. Luca, On a curious property of F_{184}, Fib. Q., 57:4 (2019), 363-365.

%H Shyam Sunder Gupta, <a href="http://www.shyamsundergupta.com/canyoufind.htm">Can You Find no. 9</a>

%t Select[ Range[50000], Union[ IntegerDigits[ Fibonacci[ # ]]] [[1]] != 0 & ]

%t Select[Range[200],DigitCount[Fibonacci[#],10,0]==0&] (* _Harvey P. Dale_, May 15 2019 *)

%Y Cf. A246558.

%K nonn,base

%O 1,2

%A _Robert G. Wilson v_, Oct 19 2002

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 19 16:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)