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

A062489
Nearest integer to (Product(n^((1 + log(i))/(1 + i^2)), {i, 1, n})).
1
1, 1, 2, 3, 5, 8, 12, 16, 21, 28, 35, 43, 53, 63, 75, 87, 101, 116, 132, 150, 168, 188, 209, 232, 255, 280, 306, 333, 362, 392, 423, 456, 490, 525, 562, 599, 639, 679, 721, 764, 809, 855, 902, 951, 1001, 1052, 1105, 1159, 1214, 1271, 1329, 1389, 1450
OFFSET
0,3
MATHEMATICA
Round[Product[n^((1 + Log[i])/(1 + i^2)), {i, 1, n}]]
CROSSREFS
Cf. A062488.
Sequence in context: A342494 A022487 A305377 * A084624 A238548 A356235
KEYWORD
nonn
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved