login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A128778
a(n) = numerator of Product_{k=1..n} (1 + {n/k}), where {x} is the fractional part of x, {x} = x - floor(x).
1
1, 1, 3, 4, 25, 9, 343, 256, 6561, 1250, 161051, 1728, 4826809, 235298, 11390625, 134217728, 6975757441, 14348907, 322687697779, 4000000000, 264760015527, 207499396808, 952809757913927, 220150628352, 11920928955078125
OFFSET
1,3
MAPLE
a:=n->numer(product(1+frac(n/k), k=1..n)): seq(a(n), n=1..30); # Emeric Deutsch, Mar 31 2007
CROSSREFS
Cf. A128779.
Sequence in context: A065900 A065809 A093600 * A362165 A338425 A304210
KEYWORD
frac,nonn
AUTHOR
Leroy Quet, Mar 27 2007
EXTENSIONS
More terms from Emeric Deutsch, Mar 31 2007
STATUS
approved