A378762 a(n) = A378200(A378200(A378200(n))).
1, 2, 3, 6, 5, 4, 9, 10, 7, 8, 15, 14, 13, 12, 11, 20, 21, 18, 19, 16, 17, 28, 27, 26, 25, 24, 23, 22, 35, 36, 33, 34, 31, 32, 29, 30, 45, 44, 43, 42, 41, 40, 39, 38, 37, 54, 55, 52, 53, 50, 51, 48, 49, 46, 47, 66, 65, 64, 63, 62, 61, 60, 59, 58, 57, 56
Offset: 1
Examples
Triangle array begins: k= 1 2 3 4 5 6 7 8 9 n=1: 1; n=2: 2, 3, 6, 5, 4; n=3: 9, 10, 7, 8, 15, 14, 13, 12, 11; (1, 2, 3, ..., 12, 11) = (A378200(1), A378200(2), A378200(3), ..., A378200(14), A378200(15))^3. (1, 2, 3, ..., 12, 11) = (1, 2, 3, ..., 12, 11)^(-1). For n > 1, each row of triangle array joins two consecutive upward antidiagonals in the table: 1, 3, 4, 8, 11, ... 2, 5, 7, 12, 16, ... 6, 10, 13, 19, 24, ... 9, 14, 18, 25, 31, ... 15, 21, 26, 34, 41, ... ... Subtracting (n-1)*(2*n-3) from each term in row n produces a permutation of numbers from 1 to 4*n-3: 1; 1, 2, 5, 4, 3; 3, 4, 1, 2, 9, 8, 7, 6, 5.
Links
- Boris Putievskiy, Table of n, a(n) for n = 1..9730
- Boris Putievskiy, Integer Sequences: Irregular Arrays and Intra-Block Permutations, arXiv:2310.18466 [math.CO], 2023.
- Boris Putievskiy, The Direct Product D4xC2: Subgroups and the Cayley Table.
- Groupprops, Subgroup structure of direct product of D8 and Z2.
- Index entries for sequences that are permutations of the natural numbers.
Crossrefs
Programs
-
Mathematica
P[n_,k_]:=Module[{m=2*n-1},If[k
Formula
Linear sequence: (a(1), a(2), ..., a(A000384(n+1))) is a permutation of the positive integers from 1 to A000384(n+1). (a(1), a(2), ..., a(A000384(n+1))) = (A378200(1), A378200(2), ..., A378200(A000384(n+1)))^3. (a(1), a(2), ..., a(A000384(n+1))) = (a(1), a(2), ..., a(A000384(n+1)))^(-1).
Triangular array T(n,k) for 1 <= k <= 4n - 3 (see Example): T(n,k) = A000384(n-1) + P(n,k), P(n,k) = m - k - 1 if k < m and k == 1 (mod 2), P(n, k) = m - k + 1 if k < m and k == 0 (mod 2), P(n, k) = 3m - k - 1 if k >= m, where m = 2n - 1.
Comments