A352492 Powerful numbers whose prime indices are all prime numbers.
1, 9, 25, 27, 81, 121, 125, 225, 243, 289, 625, 675, 729, 961, 1089, 1125, 1331, 1681, 2025, 2187, 2601, 3025, 3125, 3267, 3375, 3481, 4489, 4913, 5625, 6075, 6561, 6889, 7225, 7803, 8649, 9801, 10125, 11881, 11979, 14641, 15125, 15129, 15625, 16129, 16875
Offset: 1
Keywords
Examples
The terms together with their prime indices (not prime factors) begin: 1: {} 9: {2,2} 25: {3,3} 27: {2,2,2} 81: {2,2,2,2} 121: {5,5} 125: {3,3,3} 225: {2,2,3,3} 243: {2,2,2,2,2} 289: {7,7} 625: {3,3,3,3} 675: {2,2,2,3,3} 729: {2,2,2,2,2,2} 961: {11,11} For example, 675 = prime(2)^3 prime(3)^2 = 3^3 * 5^2.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[1000],#==1||And@@PrimeQ/@PrimePi/@First/@FactorInteger[#]&&Min@@Last/@FactorInteger[#]>1&]
Formula
Sum_{n>=1} 1/a(n) = Product_{p in A006450} (1 + 1/(p*(p-1))) = 1.24410463... - Amiram Eldar, May 04 2022
Comments