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.

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

This page as a plain text file.
%I A308865 #7 Sep 25 2019 04:51:16
%S A308865 1,13,541,47293,7087261,1622632573,526858348381,230283190977853,
%T A308865 130370767029135901,92801587319328411133,81124824998504073881821,
%U A308865 85438451336745709294580413,106697365438475775825583498141,155897763918621623249276226253693,263478385263023690020893329044576861
%N A308865 a(n) = Sum_{k>=0} k^(2*n+1)/2^(k+1).
%F A308865 a(n) = Sum_{k=0..2*n+1} k!*Stirling2(2*n+1,k).
%F A308865 a(n) = A000670(2*n+1).
%F A308865 a(n) ~ sqrt(Pi) * 2^(2*n + 1) * n^(2*n + 3/2) / (exp(2*n) * (log(2))^(2*n + 2)). - _Vaclav Kotesovec_, Sep 25 2019
%t A308865 Table[Sum[k^(2 n + 1)/2^(k + 1), {k, 0, Infinity}], {n, 0, 14}]
%t A308865 Table[Sum[k! StirlingS2[2 n + 1, k], {k, 0, 2 n + 1}], {n, 0, 14}]
%Y A308865 Cf. A000670, A008277, A099977, A249938.
%K A308865 nonn
%O A308865 0,2
%A A308865 _Ilya Gutkovskiy_, Jun 29 2019