A243505 Permutation of natural numbers, take the odd bisection of A122111 and divide the largest prime factor out: a(n) = A052126(A122111(2n-1)).
1, 2, 4, 8, 3, 16, 32, 6, 64, 128, 12, 256, 9, 5, 512, 1024, 24, 18, 2048, 48, 4096, 8192, 10, 16384, 27, 96, 32768, 36, 192, 65536, 131072, 20, 72, 262144, 384, 524288, 1048576, 15, 54, 2097152, 7, 4194304, 144, 768, 8388608, 108, 1536, 288, 16777216, 40, 33554432, 67108864, 30
Offset: 1
Keywords
Links
Crossrefs
Programs
-
Mathematica
A052126[n_] := n/FactorInteger[n][[-1, 1]]; A122111[n_] := Product[Prime[Sum[If[j < i, 0, 1], {j, #}]], {i, Max[#]}]&[ Flatten[Table[Table[PrimePi[f[[1]]], {f[[2]]}], {f, FactorInteger[n]}]]]; a[n_] := A052126[A122111[2n-1]]; Array[a, 60] (* Jean-François Alcover, Sep 23 2020 *)
-
Scheme
(define (A243505 n) (A122111 (A064216 n)))
Formula
As a composition of related permutations:
Other identities:
For all n >= 1, A105560(2n-1) divides a(n).