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

A260231
a(n) = Product_{k=1..n} (1 + k^k).
1
2, 10, 280, 71960, 224946960, 10495350312720, 8643382777938679680, 145011908479540041684850560, 56180584638978557924165229531974400, 561805846445966163880630853243909229531974400, 160289764609087349005207761687490741791453382934816332800
OFFSET
1,1
FORMULA
a(n) ~ c * A002109(n), where c = Product_{k>=1} (1 + 1/k^k) = 2.60361190459951423330221282635022049352582879064202503882732200701325334...
MATHEMATICA
Table[Product[1+k^k, {k, 1, n}], {n, 1, 12}]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 20 2015
STATUS
approved