A165862 Totally multiplicative sequence with a(p) = 41.
1, 41, 41, 1681, 41, 1681, 41, 68921, 1681, 1681, 41, 68921, 41, 1681, 1681, 2825761, 41, 68921, 41, 68921, 1681, 1681, 41, 2825761, 1681, 1681, 68921, 68921, 41, 68921, 41, 115856201, 1681, 1681, 1681, 2825761, 41, 1681, 1681, 2825761, 41, 68921, 41
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
41^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 15 2016 *)
-
PARI
a(n) = 41^bigomega(n); \\ Altug Alkan, Apr 15 2016