A356008 A variant of Look and Say sequence (A005150) based on exponents in prime factorization of n (see Comments section for precise definition).
1, 6, 105, 12, 315, 18, 945, 24, 525, 6006, 2835, 420, 8505, 42042, 735, 48, 25515, 1050, 76545, 12012, 440895, 294294, 229635, 840, 1575, 2060058, 2625, 84084, 688905, 54, 2066715, 96, 5731635, 14420406, 2205, 36, 6200145, 100942842, 74511255, 24024, 18600435
Offset: 1
Keywords
Examples
For n = 99: - 99 = 11^1 * 7^0 * 5^0 * 3^2 * 2^0, - the list of exponents is: 1 0 0 2 0, - applying the Look and Say procedure, we obtain: 1 1 2 0 1 2 1 0, - so a(99) = 19^1 * 17^1 * 13^2 * 11^0 * 7^1 * 5^2 * 3^1 * 2^0 = 28658175.
Links
- Rémy Sigrist, PARI program
Programs
-
PARI
See Links section.
Comments