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!)
A340944 List of X-coordinates of point moving along one of the arms of a counterclockwise square spiral with four arms; A340945 gives Y-coordinates. 3
0, 1, 1, 1, 0, -1, -2, -3, -3, -3, -3, -3, -3, -3, -2, -1, 0, 1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 3, 2, 1, 0, -1, -2, -3, -4, -5, -6, -7, -7, -7, -7, -7, -7, -7, -7, -7, -7, -7, -7, -7, -7, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = A340945(n) iff n belongs to A002939.
a(n) = - A340945(n) iff n = 4*x^2 - 6*x + 2 for some x.
a(n) = 0 iff n is an even square (A016742).
a(n) = Re z where z = (r-s*i)*i^s with s = round(sqrt(n)) = A000194(n) and remainder r = n - s^2. - Kevin Ryde, May 24 2023
EXAMPLE
The spiral starts as follows:
+-----+-----+-----+-----+
|7 6 5 4 |3 .
| | .
+ +-----+-----+ + +
|8 | | |2 |
| | | | |
+ + +-----+-----+ +
|9 | | |0 1 |
| | | | | .
+ + + +-----+-----+ .
|10 | | .
| | | .
+ + +-----+-----+-----+-----+
.11 .
.
- so a(0) = a(4) = 0,
a(1) = a(2) = a(3) = 1,
a(5) = -1,
a(6) = -2,
a(7) = a(8) = a(9) = a(10) = a(11) = -3.
PROG
(PARI) See Links section.
(PARI) a(n) = my(r, s=sqrtint(n, &r)); if(r>s, s++; r-=2*s-1); real((r-s*I)*I^s); \\ Kevin Ryde, May 24 2023
CROSSREFS
Sequence in context: A247656 A294081 A192454 * A270533 A344511 A244919
KEYWORD
sign,easy,look
AUTHOR
Rémy Sigrist, Jan 30 2021
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 19 12:06 EDT 2024. Contains 371792 sequences. (Running on oeis4.)