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”).

A062485
Nearest integer to (Product(n^(log(1 + i)/i^2), {i, 1, n})).
1
1, 1, 2, 3, 5, 8, 11, 15, 19, 24, 30, 36, 43, 51, 59, 68, 77, 88, 98, 110, 122, 135, 148, 162, 177, 192, 208, 225, 242, 260, 279, 298, 318, 338, 359, 381, 404, 427, 450, 475, 499, 525, 551, 578, 605, 633, 662, 691, 721, 751, 783, 814, 847, 879, 913, 947, 982
OFFSET
0,3
MATHEMATICA
Round[Product[n^(Log[1 + i]/i^2), {i, 1, n}]]
CROSSREFS
Cf. A062484.
Sequence in context: A126097 A024611 A131073 * A175143 A137179 A356549
KEYWORD
nonn
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved