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.

A092616 Decimal expansion of e^(-1/4).

This page as a plain text file.
%I A092616 #8 Oct 06 2023 05:18:18
%S A092616 7,7,8,8,0,0,7,8,3,0,7,1,4,0,4,8,6,8,2,4,5,1,7,0,2,6,6,9,7,8,3,2,0,6,
%T A092616 4,7,2,9,6,7,7,2,2,9,0,4,2,6,1,4,1,4,7,4,2,4,1,3,1,7,3,6,6,2,6,8,2,4,
%U A092616 5,6,1,2,0,5,3,5,1,9,2,4,4,6,3,1,9,9,9,0,1,5,2,4,7,3,1,3,8,2,0,6,0,4,1,2,4
%N A092616 Decimal expansion of e^(-1/4).
%F A092616 Equals limit_{n->oo} Product_{k=1..n} (k/n)^(k/n^2). - _Vaclav Kotesovec_, Oct 06 2023
%e A092616 0.778800783071404
%t A092616 RealDigits[Surd[E,-4],10,120][[1]] (* _Harvey P. Dale_, Jul 07 2013 *)
%t A092616 Limit[Product[(k/n)^(k/n^2), {k, 1, n}], n->Infinity] (* _Vaclav Kotesovec_, Oct 06 2023 *)
%Y A092616 Cf. A001113, A019774, A068985.
%K A092616 cons,nonn
%O A092616 0,1
%A A092616 _Mohammad K. Azarian_, Apr 22 2004