login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079658 Fibonacci numbers using only the straight digits 1, 4 and 7. 0
1, 1, 144, 17711 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

No other term <= fibonacci(10000). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 23 2006

No other term <= Fibonacci(10^8). [From D. S. McNeil (mcneil(AT)hku.hk), Dec 08 2009]

MAPLE

with(combinat): a:=proc(n) if convert(convert(fibonacci(n), base, 10), set) subset {1, 4, 7}= true then fibonacci(n) else fi end: seq(a(n), n=1..5000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 23 2006

CROSSREFS

Cf. A028373.

Sequence in context: A055352 A199406 A182913 * A091037 A203818 A028473

Adjacent sequences:  A079655 A079656 A079657 * A079659 A079660 A079661

KEYWORD

base,more,nonn

AUTHOR

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

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 04:26 EST 2012. Contains 205978 sequences.