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!)
A318723 Let f(0) = 0 and f(t*4^k + u) = i^t * ((1+i) * 2^k - f(u)) for any t in {1, 2, 3} and k >= 0 and u such that 0 <= u < 4^k (i denoting the imaginary unit); for any n >= 0, let g(n) = (f(A042968(n)) - 1 - i) / 2; a(n) is the imaginary part of g(n). 3
0, -1, -1, 1, 1, 0, -1, -2, -2, -2, -2, -1, 2, 2, 1, 2, 3, 3, 3, 3, 2, 1, 0, 0, -2, -3, -3, -1, -1, -2, -3, -4, -4, -4, -4, -3, -3, -3, -2, -3, -4, -4, -4, -4, -3, -2, -1, -1, 4, 4, 3, 4, 5, 5, 5, 5, 4, 3, 2, 2, 5, 6, 6, 4, 4, 5, 6, 7, 7, 7, 7, 6, 6, 6, 5, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
See A318722 for the real part of g and additional comments.
LINKS
PROG
(PARI) a(n) = my (d=Vecrev(digits(1+n+n\3, 4)), z=0); for (k=1, #d, if (d[k], z = I^d[k] * (-z + (1+I) * 2^(k-1)))); imag((z-1-I)/2)
CROSSREFS
Cf. A318722.
Sequence in context: A248380 A090044 A036238 * A225180 A276134 A297031
KEYWORD
sign,base
AUTHOR
Rémy Sigrist, Sep 02 2018
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 24 17:20 EDT 2024. Contains 371962 sequences. (Running on oeis4.)