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

A062492
Integer part of (Product(n^((1 + log(1 + i))/(1 + i^2)), {i, 1, n})).
1
1, 1, 2, 5, 9, 17, 27, 40, 58, 80, 107, 139, 177, 221, 271, 328, 393, 465, 546, 634, 732, 838, 954, 1079, 1214, 1360, 1516, 1682, 1860, 2050, 2251, 2463, 2689, 2926, 3176, 3439, 3716, 4005, 4309, 4626, 4957, 5303, 5664, 6039, 6429, 6834, 7255, 7692
OFFSET
0,3
MATHEMATICA
Floor[Product[n^((1 + Log[1 + i])/(1 + i^2)), {i, 1, n}]]
CROSSREFS
Cf. A062493.
Sequence in context: A334087 A308760 A342854 * A268346 A165271 A308827
KEYWORD
nonn
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved