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
0, 3, 8, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term, if it exists, is > Fibonacci(6000). - Emeric Deutsch, Mar 12 2005
Next term, if it exists, is > Fibonacci(2425000). - Lars Blomberg, May 09 2011
LINKS
MAPLE
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
CROSSREFS
Cf. A072960.
Sequence in context: A347920 A367273 A070901 * A136309 A266671 A069703
KEYWORD
base,more,nonn
AUTHOR
Shyam Sunder Gupta, Jan 23 2003
EXTENSIONS
Offset changed to 1 by Klaus Brockhaus, May 09 2011
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 April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)