OFFSET
2,2
COMMENTS
This is an enumeration of all partitions.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 2..10820 (rows 2 <= n <= 2500, first 106 terms from Ray Chandler).
FORMULA
EXAMPLE
From M. F. Hasler, Oct 12 2018: (Start)
The table starts as follows:
n : signature (A025487(n) = factorization)
1 : [] (1 = empty product)
2 : [1] (2 = 2^1)
3 : [2] (4 = 2^2)
4 : [1, 1] (6 = 2^1 * 3^1)
5 : [3] (8 = 2^3)
6 : [2, 1] (12 = 2^2 * 3^1)
7 : [4] (16 = 2^4)
8 : [3,1] (24 = 2^3 * 3^1)
9 : [1, 1, 1] (30 = 2^1 * 3^1 * 5^1)
etc. (End)
MATHEMATICA
Map[FactorInteger[#][[All, -1]] &, Import["https://oeis.org/A025487/b025487.txt", "Data"][[2 ;; 48, -1]] ] // Flatten (* Michael De Vlieger, Feb 06 2020 *)
PROG
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Franklin T. Adams-Watters, Nov 09 2006
EXTENSIONS
Erroneous explanations in cross-references corrected by M. F. Hasler, Oct 12 2018
STATUS
approved