|
|
A004691
|
|
Fibonacci numbers written in base 8.
|
|
2
|
|
|
0, 1, 1, 2, 3, 5, 10, 15, 25, 42, 67, 131, 220, 351, 571, 1142, 1733, 3075, 5030, 10125, 15155, 25302, 42457, 67761, 132440, 222421, 355061, 577502, 1154563, 1754265, 3131050, 5105335, 10236405, 15343742
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,4
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
|
|
MATHEMATICA
|
FromDigits[IntegerDigits[#, 8]] & / @ Fibonacci[Range[0, 40]] (* Vincenzo Librandi, Jun 08 2013 *)
|
|
PROG
|
(PARI) vector(50, n, n--; fromdigits(digits(fibonacci(n), 8))) \\ G. C. Greubel, Oct 09 2018
(MAGMA) [Seqint(Intseq(Fibonacci(n), 8)): n in [0..50]]; // G. C. Greubel, Oct 09 2018
|
|
CROSSREFS
|
CF. A000045 (Fibonacci), A007094 (numbers in base 8).
Sequence in context: A043868 A048329 A252659 * A133335 A062925 A118728
Adjacent sequences: A004688 A004689 A004690 * A004692 A004693 A004694
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
N. J. A. Sloane
|
|
STATUS
|
approved
|
|
|
|