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

A062484
Integer part of (Product(n^(log(1 + i)/i^2), {i, 1, n})).
1
1, 1, 1, 3, 5, 8, 11, 14, 19, 24, 30, 36, 43, 50, 59, 67, 77, 87, 98, 109, 121, 134, 148, 162, 176, 192, 208, 224, 242, 260, 278, 297, 317, 338, 359, 381, 403, 426, 450, 474, 499, 524, 551, 577, 605, 633, 661, 691, 720, 751, 782, 814, 846, 879, 912, 947, 981
OFFSET
0,4
MATHEMATICA
Floor[Product[n^(Log[1 + i]/i^2), {i, 1, n}]]
CROSSREFS
Cf. A062485.
Sequence in context: A156023 A261223 A062009 * A348450 A360628 A260273
KEYWORD
nonn
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved