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.

A251626 Denominator of fraction equal to the continued fraction [2,7,1,8,2,...] (first n digits of e).

This page as a plain text file.
%I A251626 #32 Dec 07 2014 18:08:58
%S A251626 1,7,8,71,150,1271,1421,12639,26699,226231,931623,4884346,44890737,
%T A251626 4884346,64428121,327024951,718478023,2482459020,13130773123,
%U A251626 41874778389,264379443457,41874778389,348129000235,2826906780269,20136476462118,83372812628741
%N A251626 Denominator of fraction equal to the continued fraction [2,7,1,8,2,...] (first n digits of e).
%H A251626 Harvey P. Dale, <a href="/A251626/b251626.txt">Table of n, a(n) for n = 1..1000</a>
%t A251626 Module[{nn=30,pd},pd=RealDigits[E,10,nn][[1]];Table[Denominator[ FromContinuedFraction[Take[pd,n]]],{n,nn}]]
%Y A251626 Cf. A036253, A036254, A249944.
%K A251626 frac,nonn,base
%O A251626 1,2
%A A251626 _Harvey P. Dale_, Dec 07 2014