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!)
A163534 The absolute direction (0=east, 1=south, 2=west, 3=north) of the Peano curve A163334 at point n. 6
0, 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 3, 2, 2, 3, 0, 0, 0, 0, 0, 1, 2, 2, 1, 0, 0, 1, 2, 2, 1, 0, 0, 1, 2, 2, 2, 2, 2, 3, 0, 0, 3, 2, 2, 2, 2, 2, 1, 0, 0, 1, 2, 2, 1, 0, 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 3, 2, 2, 3, 0, 0, 0, 0, 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 3, 2, 2, 3, 0, 0, 0, 0, 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Taking every ninth term gives the same sequence: (and similarly for all higher powers of 9 as well): a(n) = a(9*n).
LINKS
FORMULA
a(n) = A010873(A163532(n)+A163533(n)+abs(A163533(n))+3).
a(n) = A004442(A163535(n)).
PROG
(Scheme:) (define (A163534 n) (modulo (+ 3 (A163532 n) (A163533 n) (abs (A163533 n))) 4))
CROSSREFS
Cf. A163535 (transposed direction), A163536 (turn).
Sequence in context: A119836 A158112 A219496 * A255124 A030619 A016370
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 01 2009
EXTENSIONS
Name corrected by Kevin Ryde, Aug 29 2020
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 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)