cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A245705 Permutation of natural numbers: a(n) = A245607(A245708(n)).

This page as a plain text file.
%I A245705 #9 Aug 11 2014 22:22:25
%S A245705 1,2,3,4,5,6,9,8,13,10,7,12,37,18,19,16,69,26,17,20,33,14,277,24,213,
%T A245705 74,11,36,73,38,71,32,45,138,25,52,1109,34,457,40,173,66,43,28,549,
%U A245705 554,3351,48,77,426,21,148,53,22,135,72,125,146,651,76,273,142,55,64
%N A245705 Permutation of natural numbers: a(n) = A245607(A245708(n)).
%C A245705 The even bisection halved gives the sequence back. The odd bisection incremented by one and halved gives A245711.
%H A245705 Antti Karttunen, <a href="/A245705/b245705.txt">Table of n, a(n) for n = 1..10001</a>
%H A245705 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%F A245705 a(n) = A245607(A245708(n)).
%o A245705 (PARI)
%o A245705 A245705(n) = A245607(A245708(n));
%o A245705 for(n=1, 10001, write("b245705.txt", n, " ", A245705(n)));
%o A245705 \\ Other code as in A245607 and A245708.
%o A245705 (Scheme) (define (A245705 n) (A245607 (A245708 n)))
%Y A245705 Inverse: A245706.
%Y A245705 Fixed points: A245709.
%Y A245705 Cf. A245607, A245708, A245605, A245711.
%K A245705 nonn
%O A245705 1,2
%A A245705 _Antti Karttunen_, Jul 30 2014