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!)
A079657 Fibonacci numbers using only the curved digits 0, 3, 6, 8 and 9. 0

%I #17 Aug 15 2019 06:47:47

%S 0,3,8,89

%N Fibonacci numbers using only the curved digits 0, 3, 6, 8 and 9.

%C Next term, if it exists, is > Fibonacci(6000). - _Emeric Deutsch_, Mar 12 2005

%C Next term, if it exists, is > Fibonacci(2425000). - _Lars Blomberg_, May 09 2011

%p with(combinat): p:=proc(n) if convert(convert(fibonacci(n),base,10),set) subset {0,3,6,8,9} then fibonacci(n) else fi end: seq(p(n),n=0..6000); # _Emeric Deutsch_, Mar 12 2005

%Y Cf. A072960.

%K base,more,nonn

%O 1,2

%A _Shyam Sunder Gupta_, Jan 23 2003

%E Offset changed to 1 by _Klaus Brockhaus_, May 09 2011

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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)