cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A260231 a(n) = Product_{k=1..n} (1 + k^k).

Original entry on oeis.org

2, 10, 280, 71960, 224946960, 10495350312720, 8643382777938679680, 145011908479540041684850560, 56180584638978557924165229531974400, 561805846445966163880630853243909229531974400, 160289764609087349005207761687490741791453382934816332800
Offset: 1

Views

Author

Vaclav Kotesovec, Jul 20 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[1+k^k,{k,1,n}],{n,1,12}]
    FoldList[Times,Table[1+k^k,{k,12}]] (* Harvey P. Dale, Jul 19 2025 *)

Formula

a(n) ~ c * A002109(n), where c = Product_{k>=1} (1 + 1/k^k) = 2.60361190459951423330221282635022049352582879064202503882732200701325334...