login
This site is supported by donations 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; internal format)
OFFSET

1,2

COMMENTS

Next term, if it exists, is > Fibonacci(6000). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 12 2005

Next term, if it exists, is > Fibonacci(2425000). - Lars Blomberg, May 09 2011

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); (Deutsch)

CROSSREFS

Cf. A072960.

Sequence in context: A092372 A060752 A070901 * A136309 A069703 A114737

Adjacent sequences:  A079654 A079655 A079656 * A079658 A079659 A079660

KEYWORD

base,more,nonn,bref

AUTHOR

Shyam Sunder Gupta (guptass(AT)rediffmail.com), Jan 23 2003

EXTENSIONS

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:28 EST 2012. Contains 206031 sequences.