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.

A096051 Decimal expansion of lim_{n->oo} B(2n,8)/(B(2n)*64^n) (see comment for B(n,k) definition).

This page as a plain text file.
%I A096051 #16 Apr 29 2023 06:55:13
%S A096051 1,0,4,1,8,4,1,8,8,8,4,0,1,9,2,1,7,8,2,2,2,8,4,5,0,8,0,5,4,1,3,5,9,2,
%T A096051 9,9,4,3,8,7,8,8,0,5,8,0,3,3,0,2,1,7,9,9,4,7,7,3,0,9,4,3,0,4,4,2,9,2,
%U A096051 3,3,3,9,4,3,9,5,5,6,3,7,8,2,9,3,9,2,5,8,0,3,3,2,6,2,3,1,1,3,1,6,2,3,3,2,1
%N A096051 Decimal expansion of lim_{n->oo} B(2n,8)/(B(2n)*64^n) (see comment for B(n,k) definition).
%C A096051 B(n,p) = Sum_{i=0..n} (p^i * Sum_{j=0..i} binomial(n,j)*B(j)) where B(k) is the k-th Bernoulli number.
%F A096051 Equals (16-sqrt(2))/14.
%e A096051 1.04184188840192178222845080541359299438788058033021...
%t A096051 RealDigits[(16 - Sqrt[2])/14, 10, 100][[1]] (* _Amiram Eldar_, May 08 2022 *)
%o A096051 (PARI) (16-sqrt(2))/14
%Y A096051 Cf. A027641, A027642, A096045, A096046, A096047, A096048, A096049, A096050.
%K A096051 cons,nonn
%O A096051 1,3
%A A096051 _Benoit Cloitre_, Jun 17 2004