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!)
A292262 Number of trailing 2-digits in ternary representation of A245612(n). 6
0, 1, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 3, 0, 1, 0, 1, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 1, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = A007949(1+A245612(n)).
a(n) = A007814(1+A291763(n)).
a(0) = 0, a(1) = 1, after which a(2n) = 1 + A292261(n/2), a(2n+1) = 0.
PROG
(Scheme)
(define (A292262 n) (A007949 (+ 1 (A245612 n))))
(define (A292262 n) (A007814 (+ 1 (A291763 n))))
(define (A292262 n) (cond ((<= n 1) n) ((odd? n) 0) (else (+ 1 (A292261 (/ n 2))))))
CROSSREFS
Cf. A007814, A007949, A245612, A291763, A292261 (even bisection subtracted by one).
Cf. also A292242, A292252.
Sequence in context: A355741 A355744 A179010 * A160804 A085854 A216188
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Sep 12 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)