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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004687 Fibonacci numbers written in base 4. 0
0, 1, 1, 2, 3, 11, 20, 31, 111, 202, 313, 1121, 2100, 3221, 11321, 21202, 33123, 120331, 220120, 1001111, 1221231, 2223002, 10110233, 12333301, 23110200, 102110101, 131220301, 233331002, 1031211303, 1331202311 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

MATHEMATICA

bf[n_, k_]:=Module[{s=ToString[BaseForm[n, k]]}, ToExpression[StringDrop[s, {Part[StringPosition[s, "\n"], 1, 1], -1}]]] lst={}; Do[f=bf[Fibonacci[n], 4]; AppendTo[lst, f], {n, 0, 4*4!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 17 2009]

FromDigits[IntegerDigits[#, 4]]&/@Fibonacci[Range[0, 30]] (* From Harvey P. Dale, June 24 2011 *)

CROSSREFS

Sequence in context: A076201 A129668 A086791 * A097895 A023182 A049083

Adjacent sequences:  A004684 A004685 A004686 * A004688 A004689 A004690

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 16 05:51 EST 2012. Contains 205860 sequences.