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!)
A318705 For any n >= 0 with base-9 representation Sum_{k=0..w} d_k * 9^k, let g(n) = Sum_{k=0..w} s(d_k) * 3^k (where s(0) = 0, s(1+2*j) = i^j and s(2+2*j) = i^j * (1+i) for any j > 0, and i denotes the imaginary unit); a(n) is the real part of g(n). 3
0, 1, 1, 0, -1, -1, -1, 0, 1, 3, 4, 4, 3, 2, 2, 2, 3, 4, 3, 4, 4, 3, 2, 2, 2, 3, 4, 0, 1, 1, 0, -1, -1, -1, 0, 1, -3, -2, -2, -3, -4, -4, -4, -3, -2, -3, -2, -2, -3, -4, -4, -4, -3, -2, -3, -2, -2, -3, -4, -4, -4, -3, -2, 0, 1, 1, 0, -1, -1, -1, 0, 1, 3, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
COMMENTS
See A318706 for the imaginary part of g.
See A318707 for the square of the modulus of g.
The following diagrams shows s(k) for k = 0..8 in the complex plane:
|
|
s(4) s(3) s(2)
|
---s(5)--s(0)--s(1)---
|
s(6) s(7) s(8)
|
|
The function g defines a bijection from the nonnegative integers to the Gaussian integers.
This sequence has similarities with A316657.
LINKS
Rémy Sigrist, Colored scatterplot of (a(n), A318706(n)) for n = 0..9^6-1 (where the hue is function of n)
FORMULA
a(9 * k) = 3 * a(k) for any k >= 0.
PROG
(PARI) a(n) = my (d=Vecrev(digits(n, 9))); real(sum(k=1, #d, if (d[k], 3^(k-1)*I^floor((d[k]-1)/2)*(1+I)^((d[k]-1)%2), 0)))
CROSSREFS
Sequence in context: A248158 A360268 A090283 * A334492 A306571 A019917
KEYWORD
sign,base
AUTHOR
Rémy Sigrist, Sep 01 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 August 4 19:13 EDT 2024. Contains 374925 sequences. (Running on oeis4.)