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!)
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
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
KEYWORD
nonn,base,easy
AUTHOR
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 July 9 08:26 EDT 2024. Contains 374172 sequences. (Running on oeis4.)