A166628 Totally multiplicative sequence with a(p) = 7p for prime p.
1, 14, 21, 196, 35, 294, 49, 2744, 441, 490, 77, 4116, 91, 686, 735, 38416, 119, 6174, 133, 6860, 1029, 1078, 161, 57624, 1225, 1274, 9261, 9604, 203, 10290, 217, 537824, 1617, 1666, 1715, 86436, 259, 1862, 1911, 96040, 287, 14406, 301, 15092, 15435
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Table[n*7^PrimeOmega[n], {n, 1, 100}] (* G. C. Greubel, May 19 2016 *)
Formula
Multiplicative with a(p^e) = (7p)^e.
If n = Product p(k)^e(k) then a(n) = Product (7*p(k))^e(k).
Dirichlet g.f.: Product_{p prime} 1 / (1 - 7 * p^(1 - s)). - Ilya Gutkovskiy, Oct 30 2019