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.

A292106 Term-by-term products of continued fraction expansion of e and Pi.

This page as a plain text file.
%I A292106 #24 Aug 07 2024 16:44:43
%S A292106 6,7,30,1,292,4,1,1,12,1,3,8,14,2,10,1,2,24,2,2,14,84,2,16,1,15,54,13,
%T A292106 1,80,2,6,132,99,1,48,2,6,78,5,1,28,6,8,30,7,1,64,3,7,34,2,1,36,12,1,
%U A292106 38,1,3,40,1,8,42,1,2,44,6,1,46,5,2,96,3,1,100,4
%N A292106 Term-by-term products of continued fraction expansion of e and Pi.
%H A292106 Paolo Xausa, <a href="/A292106/b292106.txt">Table of n, a(n) for n = 0..9999</a>
%F A292106 a(n) = A003417(n) * A001203(n).
%t A292106 With[{nmax=100},ContinuedFraction[E,nmax]ContinuedFraction[Pi,nmax]] (* _Paolo Xausa_, Oct 22 2023 *)
%Y A292106 Cf. A001203, A003417, A292107.
%K A292106 nonn
%O A292106 0,1
%A A292106 _N. J. A. Sloane_, Sep 14 2017
%E A292106 Offset changed by _Andrew Howroyd_, Aug 07 2024