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!)
A268832 Permutation of nonnegative integers: a(0) = 0, a(n) = 1 + A268828(A268718(n)-1). 6

%I #5 Feb 17 2016 17:25:04

%S 0,1,3,2,7,6,4,5,19,18,11,10,9,8,13,12,27,26,35,34,33,32,37,36,21,20,

%T 17,16,31,30,15,14,43,42,51,50,49,48,53,52,69,68,65,64,47,46,63,62,29,

%U 28,25,24,55,54,23,22,67,66,59,58,57,56,61,60,75,74,83,82,81,80,85,84,101,100,97,96,79,78,95,94,125,124,121,120

%N Permutation of nonnegative integers: a(0) = 0, a(n) = 1 + A268828(A268718(n)-1).

%C The sixth "shifted power" of A268718.

%H Antti Karttunen, <a href="/A268832/b268832.txt">Table of n, a(n) for n = 0..8191</a>

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

%F a(0) = 0, and for n >= 1, a(n) = 1 + A268828(A268718(n)-1).

%o (Scheme) (define (A268832 n) (if (zero? n) n (+ 1 (A268828 (+ -1 (A268718 n))))))

%Y Inverse: A268831.

%Y Row 6 of A268830.

%Y Cf. A003188, A006068, A268718, A268828.

%K nonn

%O 0,3

%A _Antti Karttunen_, Feb 14 2016

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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)