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.

A256614 Decimal expansion of log(Gamma(1/16)).

This page as a plain text file.
%I A256614 #10 Jan 17 2017 02:38:00
%S A256614 2,7,3,9,6,3,1,6,2,1,9,4,6,2,0,3,4,1,8,5,8,5,7,2,9,6,5,0,0,8,2,2,3,2,
%T A256614 0,8,9,1,4,4,9,4,4,4,0,7,2,7,3,5,3,7,3,7,8,8,7,8,6,8,2,1,0,2,5,5,7,8,
%U A256614 0,0,8,8,6,2,6,7,9,0,8,7,9,6,5,6,2,1,5,5,5,3,0,2,6,7,1,8,4,7,4,9,5,1,2,1
%N A256614 Decimal expansion of log(Gamma(1/16)).
%H A256614 G. C. Greubel, <a href="/A256614/b256614.txt">Table of n, a(n) for n = 1..5000</a>
%e A256614 2.739631621946203418585729650082232089144944407273537...
%p A256614 evalf(log(GAMMA(1/16)),100);
%t A256614 RealDigits[Log[Gamma[1/16]],10,100][[1]]
%o A256614 (PARI) log(gamma(1/16))
%Y A256614 Cf. decimal expansions of log(Gamma(1/k)): A155968 (k=2), A256165 (k=3), A256166 (k=4), A256167 (k=5), A255888 (k=6), A256609 (k=7), A255306 (k=8), A256610 (k=9), A256612 (k=10), A256611 (k=11), A256066 (k=12), A256615 (k=24), A256616 (k=48).
%K A256614 nonn,cons
%O A256614 1,1
%A A256614 _Iaroslav V. Blagouchine_, Apr 04 2015