A165847 Totally multiplicative sequence with a(p) = 26.
1, 26, 26, 676, 26, 676, 26, 17576, 676, 676, 26, 17576, 26, 676, 676, 456976, 26, 17576, 26, 17576, 676, 676, 26, 456976, 676, 676, 17576, 17576, 26, 17576, 26, 11881376, 676, 676, 676, 456976, 26, 676, 676, 456976, 26, 17576, 26, 17576, 17576
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
26^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 13 2016 *)
-
PARI
a(n) = 26^bigomega(n); \\ Altug Alkan, Apr 13 2016