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.

A308866 a(n) = Sum_{k>=0} k^(2^n)/2^(k+1).

Original entry on oeis.org

1, 3, 75, 545835, 5315654681981355, 23545154085734896649184490637144855476395, 1408419189834457368564204829523128565178390518208834734403870775971211916384631776000167564122146475
Offset: 0

Views

Author

Ilya Gutkovskiy, Jun 29 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[k^(2^n)/2^(k + 1), {k, 0, Infinity}], {n, 0, 6}]
    Table[Sum[k! StirlingS2[2^n, k], {k, 0, 2^n}], {n, 0, 6}]

Formula

a(n) = Sum_{k=0..2^n} k!*Stirling2(2^n,k).
a(n) = A000670(A000079(n)).