A344534 For any number n with binary expansion Sum_{k = 1..m} 2^e_k (where 0 <= e_1 < ... < e_m), a(n) = Product_{k = 1..m} prime(1+A002262(e_k))^2^A025581(e_k) (where prime(k) denotes the k-th prime number).
1, 2, 4, 8, 3, 6, 12, 24, 16, 32, 64, 128, 48, 96, 192, 384, 9, 18, 36, 72, 27, 54, 108, 216, 144, 288, 576, 1152, 432, 864, 1728, 3456, 5, 10, 20, 40, 15, 30, 60, 120, 80, 160, 320, 640, 240, 480, 960, 1920, 45, 90, 180, 360, 135, 270, 540, 1080, 720, 1440
Offset: 0
Examples
For n = 42: - 42 = 2^5 + 2^3 + 2^1, - so we have the following Fermi-Dirac factors p^2^k: 5| X 3| 2| X X ---+------ p/k| 0 1 2 - a(42) = 2^2^1 * 2^2^2 * 5^2^0 = 320.
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..8192
- Encyclopedia of Mathematics, Isomorphism
- Index entries for sequences related to binary expansion of n
- Index entries for sequences that are permutations of the natural numbers
Crossrefs
Programs
Formula
a(A036442(n)) = prime(n).
a(A006125(n+1)) = 2^2^n for any n >= 0.
a(m + n) = a(m) * a(n) when m AND n = 0 (where AND denotes the bitwise AND operator).
From Peter Munn, Jun 06 2021: (Start)
(End)
Comments