|
Search: id:A085078
|
|
|
| A085078 |
|
The largest number with the prime signature of n! using primes <= n. |
|
+0 1
|
|
| 1, 2, 6, 54, 750, 11250, 360150, 123531450, 3088286250, 64854011250, 77201350992150, 65389544290351050, 32637304517036749530, 2121424793607388719450, 163349709107768931397650
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
n! is the smallest number with that prime signature. E.g. 720 = 2^4*3^2*5. (Can we name a(n) as the eldest brother of n!?) Subsidiary sequence: Total number of distinct numbers with prime signature that of n! having prime divisors less than or equal to n.
|
|
EXAMPLE
|
6!= 720 = 2^4*3^2*5, hence a(6) = 5^4*3^2*2 = 11250.
for a(8), 40320= 2^7*3^2*5*7 -> 7^7*5^2*3*2 =123531450.
|
|
PROGRAM
|
(PARI) for (n = 1, 20, f = factor(n!); c = matsize(f)[1]; a = prod(i = 1, c, f[i, 1]^f[c + 1 - i, 2]); print(a)); (Wasserman)
|
|
CROSSREFS
|
Cf. A000142.
Sequence in context: A108905 A027263 A027258 this_sequence A122593 A084123 A074023
Adjacent sequences: A085075 A085076 A085077 this_sequence A085079 A085080 A085081
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 01 2003
|
|
EXTENSIONS
|
More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Jan 14 2005
|
|
|
Search completed in 0.002 seconds
|