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

A062483
Nearest integer to (Product(n^((1 + log(i))/i^2), {i, 1, n})).
1
1, 1, 3, 6, 12, 22, 35, 54, 78, 109, 147, 194, 249, 314, 389, 476, 574, 685, 809, 947, 1100, 1268, 1451, 1651, 1869, 2104, 2357, 2630, 2922, 3234, 3567, 3921, 4297, 4696, 5118, 5563, 6032, 6526, 7045, 7590, 8162, 8760, 9385, 10038, 10719, 11429
OFFSET
0,3
MATHEMATICA
Round[Product[n^((1 + Log[i])/i^2), {i, 1, n}]]
CROSSREFS
Cf. A062482.
Sequence in context: A280473 A333820 A139422 * A174013 A309266 A081056
KEYWORD
nonn
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved