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!)
A282239 a(n) = Fibonacci(n) represented in bijective base-8 numeration. 2
1, 1, 2, 3, 5, 8, 15, 25, 42, 67, 131, 218, 351, 571, 1142, 1733, 2875, 4828, 8125, 15155, 25282, 42457, 67761, 132438, 222421, 354861, 577482, 1154563, 1754265, 3128848, 4885335, 8236385, 15343742, 25582347, 43146311, 68748658, 134117171, 224867851, 361187242 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A214678(A000045(n)).
MAPLE
a:= proc(n) local b, d, l, m; l:= NULL;
b, m:= 8, combinat[fibonacci](n);
while m>0 do d:= irem(m, b, 'm');
if d=0 then d:=b; m:=m-1 fi;
l:= d, l
od; parse(cat(l))
end:
seq(a(n), n=0..40);
CROSSREFS
Column k=8 of A214679.
Sequence in context: A066372 A058519 A181065 * A191792 A151518 A362785
KEYWORD
nonn,base,easy
AUTHOR
Alois P. Heinz, Feb 09 2017
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 24 02:29 EDT 2024. Contains 374575 sequences. (Running on oeis4.)