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!)
A266641 Permutation of nonnegative integers: a(n) = A264965(2*n) / 2. 6
0, 1, 2, 3, 4, 5, 6, 11, 8, 9, 10, 13, 12, 7, 14, 15, 32, 23, 18, 35, 20, 33, 26, 19, 24, 29, 38, 27, 28, 17, 30, 37, 16, 21, 34, 113, 36, 41, 50, 87, 40, 31, 42, 77, 104, 45, 110, 101, 96, 25, 22, 69, 68, 95, 54, 47, 56, 39, 86, 83, 60, 59, 74, 99, 92, 65, 114, 97, 44, 81, 70, 49, 72, 89, 82, 75, 88, 73, 66, 121, 80, 51 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A264965(2*n) / 2.
As a composition of related permutations:
a(n) = A263272(A057889(n)).
PROG
(Scheme, two alternative definitions)
(define (A266641 n) (/ (A264965 (* 2 n)) 2))
(define (A266641 n) (A263272 (A057889 n)))
CROSSREFS
Inverse: A266642.
Sequence in context: A263272 A264968 A264967 * A357977 A222258 A266402
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)