[go: up one dir, main page]

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!)
Revision History for A244322 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A244322 Permutation of natural numbers: a(1)=1, a(2n) = A244991(a(n)), a(2n+1) = A244990(1+a(n)).
(history; published version)
#11 by N. J. A. Sloane at Wed Jul 23 10:20:33 EDT 2014
STATUS

proposed

approved

#10 by Antti Karttunen at Wed Jul 23 06:12:28 EDT 2014
STATUS

editing

proposed

#9 by Antti Karttunen at Wed Jul 23 05:06:42 EDT 2014
CROSSREFS

Cf. A244990, A244991, A244992.

Discussion
Wed Jul 23 06:12
Antti Karttunen: For an entanglement permutation this seems to be relative mild in its behaviour. This is because A244990 and A244991 are so evenly distributed.
#8 by Antti Karttunen at Wed Jul 23 04:22:36 EDT 2014
NAME

Permutation of natural numbers: a(1)=1, a(2n) = A244991(a(n)), a(2n+1) = A244990(1 + +a(n)).

FORMULA

a(1)=1, a(2n) = A244991(a(n)), a(2n+1) = A244990(1+a(n)).

CROSSREFS

Similar entanglement permutations: A227413, A237126, A243288, A243344, A243346.

#7 by Antti Karttunen at Wed Jul 23 04:12:47 EDT 2014
NAME

Permutation of natural numbers:: a(1)=1, a(2n) = A244991(a(n)), a(2n+1) = A244990(1 + a(n)).

#6 by Antti Karttunen at Tue Jul 22 18:50:01 EDT 2014
FORMULA

For all n >= 1, A244992(a(n)) = 1 - A000035(n).

#5 by Antti Karttunen at Tue Jul 22 18:42:14 EDT 2014
LINKS

<a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

#4 by Antti Karttunen at Tue Jul 22 18:41:13 EDT 2014
LINKS

Antti Karttunen, <a href="/A244322/b244322.txt">Table of n, a(n) for n = 1..10001</a>

#3 by Antti Karttunen at Tue Jul 22 18:34:41 EDT 2014
PROG

(Scheme, with memoization macro definec)

(definec (A244322 n) (cond ((= 1 n) 1) ((even? n) (A244991 (A244322 (/ n 2)))) (else (A244990 (+ 1 (A244322 (/ (- n 1) 2)))))))

#2 by Antti Karttunen at Tue Jul 22 18:32:45 EDT 2014
NAME

allocatedPermutation forof Anttinatural Karttunennumbers:

DATA

1, 2, 3, 4, 6, 5, 7, 8, 9, 11, 13, 10, 12, 15, 14, 16, 18, 17, 19, 22, 24, 25, 27, 20, 21, 23, 26, 31, 29, 30, 28, 32, 35, 34, 37, 33, 36, 40, 38, 45, 43, 47, 49, 50, 52, 55, 54, 41, 39, 44, 42, 46, 48, 51, 53, 64, 61, 60, 57, 62, 58, 59, 56, 66, 63, 69, 71, 68, 70, 75

OFFSET

1,2

CROSSREFS

Inverse: A244321.

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Jul 22 2014

STATUS

approved

editing

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 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)