OFFSET
1,1
COMMENTS
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..16384
Michael De Vlieger, Fast Mathematica algorithm for A055932.
EXAMPLE
Table of n, a(n) for select n, showing exponents m of prime power factors p^m | a(n) for primes p listed in the heading. Terms that also appear in A368682 are marked by "#":
Exponents
n a(n) 2.3.5.7.11
-----------------------------------
1 36 = 6^2 # 2.2
2 144 = 12^2 # 4.2
3 216 = 6^3 # 3.3
4 324 = 18^2 2.4
5 576 = 24^2 # 6.2
6 900 = 30^2 # 2.2.2
7 1296 = 6^4 # 4.4
8 1728 = 12^3 # 6.3
9 2304 = 48^2 # 8.2
10 2916 = 54^2 2.6
11 3600 = 60^2 # 4.2.2
12 5184 = 72^2 # 6.4
26 44100 = 210^2 # 2.2.2.2
90 5336100 = 2310^2 # 2.2.2.2.2
MATHEMATICA
(* Load linked Mathematica algorithm, then: *)
Select[Union@ Flatten[a055932[7][[3 ;; -1, 2 ;; -1]] ], And[Divisible[#1, Apply[Times, #2[[All, 1]] ]^2], GCD @@ #2[[All, -1]] > 1] & @@ {#, FactorInteger[#]} &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Jul 25 2025
STATUS
approved
