|
Search: id:A076716
|
|
|
| A076716 |
|
Number of distinct factorizations of n! with all factors >1. |
|
+0 2
|
|
| 1, 1, 2, 7, 21, 98, 392, 2116, 11830, 70520, 425240, 2787810, 19530213, 144890639, 1149978830, 8558078111, 76417516719, 618437486332, 6087770992601
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
EXAMPLE
|
a(3)=2 because 3!= 6 = 2.3 has just 2 factorizations. 4!= 24 = 2.12 =2.2.6 = 2.2.2.3 = 2.3.4 = 3.8 = 4.6 has 7 factorizations.
|
|
MATHEMATICA
|
c[1, r_] := c[1, r]=1; c[n_, r_] := c[n, r]=Module[{ds, i}, ds=Select[Divisors[n], 1<#<=r&]; Sum[c[n/ds[[i]], ds[[i]]], {i, 1, Length[ds]}]]; a[n_] := c[n!, n! ]; a/@Range[16] (* c[n, r] is the number of factorizations of n with factors <= r. - Dean Hickerson Oct 29 2002 *)
|
|
CROSSREFS
|
Cf. A001055.
Sequence in context: A150319 A150320 A150321 this_sequence A088591 A137107 A131856
Adjacent sequences: A076713 A076714 A076715 this_sequence A076717 A076718 A076719
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Donald S. McDonald (don.mcdonald(AT)paradise.net.nz), Oct 27 2002
|
|
EXTENSIONS
|
Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 29 2002
4 more terms from Ryan Propper (rpropper(AT)stanford.edu), May 20 2007
|
|
|
Search completed in 0.002 seconds
|