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.
%I A308866 #5 Jun 29 2019 08:58:44 %S A308866 1,3,75,545835,5315654681981355, %T A308866 23545154085734896649184490637144855476395, %U A308866 1408419189834457368564204829523128565178390518208834734403870775971211916384631776000167564122146475 %N A308866 a(n) = Sum_{k>=0} k^(2^n)/2^(k+1). %F A308866 a(n) = Sum_{k=0..2^n} k!*Stirling2(2^n,k). %F A308866 a(n) = A000670(A000079(n)). %t A308866 Table[Sum[k^(2^n)/2^(k + 1), {k, 0, Infinity}], {n, 0, 6}] %t A308866 Table[Sum[k! StirlingS2[2^n, k], {k, 0, 2^n}], {n, 0, 6}] %Y A308866 Cf. A000079, A000670, A008277, A135085. %K A308866 nonn %O A308866 0,2 %A A308866 _Ilya Gutkovskiy_, Jun 29 2019