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.

A195267 a(n) = 2*n^(2*n)*(1+ sum((1+k^(n+2)/n+k/n)/(n^k*k!), k=1..infinity)) / exp(1/n).

Original entry on oeis.org

14, 89, 3104, 265832, 42711550, 11454711984, 4840928618302, 3108267243405312, 2924919606477510504, 3870562086323220000000, 6908112063470228210507358, 16038451894952529045493383168, 47076979725683125083464370176990, 170928617514191160703263296201650176
Offset: 1

Views

Author

Keywords

Examples

			n=1: 2*(1+ sum((1+k^3+k)/k!, k=1..infinity))/exp(1) = 14.
		

Crossrefs