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).

This page as a plain text file.
%I A195267 #11 Mar 30 2012 18:39:46
%S A195267 14,89,3104,265832,42711550,11454711984,4840928618302,
%T A195267 3108267243405312,2924919606477510504,3870562086323220000000,
%U A195267 6908112063470228210507358,16038451894952529045493383168,47076979725683125083464370176990,170928617514191160703263296201650176
%N 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).
%e A195267 n=1: 2*(1+ sum((1+k^3+k)/k!, k=1..infinity))/exp(1) = 14.
%Y A195267 Cf. A001113, A092516, A092514, A092041.
%K A195267 nonn
%O A195267 1,1
%A A195267 _Alexander R. Povolotsky_, Sep 14 2011