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!)
A266643 Permutation of nonnegative integers: a(n) = A264965(3*n) / 3. 6
0, 1, 2, 3, 4, 7, 6, 5, 8, 9, 10, 19, 12, 11, 22, 21, 16, 25, 18, 13, 20, 15, 14, 27, 24, 73, 58, 23, 28, 39, 30, 37, 64, 57, 46, 17, 36, 67, 26, 55, 40, 31, 66, 49, 76, 51, 54, 65, 48, 41, 50, 75, 44, 163, 34, 29, 56, 77, 78, 61, 60, 53, 74, 45, 32, 59, 42, 43, 68, 81, 70, 33, 72, 35, 82, 63, 52, 71, 38, 47, 80, 69 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A264965(3*n) / 3.
As a composition of related permutations:
a(n) = A263273(A246200(n)).
PROG
(Scheme, two alternatives)
(define (A266643 n) (/ (A264965 (* 3 n)) 3))
(define (A266643 n) (A263273 (A246200 n)))
CROSSREFS
Inverse: A266644.
Sequence in context: A329411 A055265 A117922 * A321525 A321524 A321464
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Jan 04 2016
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 18 13:10 EDT 2024. Contains 371780 sequences. (Running on oeis4.)