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.

Showing 1-1 of 1 results.

A345040 a(n) = Sum_{k=0..n} Stirling2(n,k)^k.

Original entry on oeis.org

1, 2, 3, 12, 268, 25853, 19339964, 68901690994, 1638901380861357, 363916628499805466764, 384738112277336112497203088, 4821999492342155731355029409443825, 448660704121129122524211570743600451959266, 270068948293205668896252888517768674319536620944042
Offset: 0

Views

Author

Ilya Gutkovskiy, Jun 06 2021

Keywords

Crossrefs

Programs

  • Mathematica
    Unprotect[Power]; 0^0 = 1; Table[Sum[StirlingS2[n, k]^k, {k, 0, n}], {n, 0, 13}]
  • PARI
    a(n) = sum(k=0, n, stirling(n, k, 2)^k) \\ Felix Fröhlich, Jun 06 2021
Showing 1-1 of 1 results.