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.
%I A065045 #14 Aug 05 2024 12:46:08 %S A065045 1,1,1,1,4,1,10,1,3,3,1,2,10,1,1,1,13,1,18,1,1,2,16,1,223,1,2,3,2,6, %T A065045 56,1,3,5,3,14,1,8,1,1,8,135,8,1,1,2,6,1,3,2,5,6,3,1,2,1,12,1,1,72,2, %U A065045 2,1,4,1,10,1,2,14,1,2,1,1,2,6,2,10,9,47,1,9,3,3,1,2,5,2,1,5,1,1,3,15,1,2,2,8 %N A065045 Continued fraction expansion of the constant Product_{k>=0} (1 + 1/2^(2k))^(1/2) (A065445). %H A065045 Harry J. Smith, <a href="/A065045/b065045.txt">Table of n, a(n) for n = 0..1999</a> %e A065045 1.646760258121065648366051222... = 1 + 1/(1 + 1/(1 + 1/(1 + 1/(4 + ...)))). - _Harry J. Smith_, Oct 04 2009 %t A065045 ContinuedFraction[ N[ Product[ Sqrt[ (1 + 1/2^(2k) ) ], {k, 0, Infinity} ], 500 ], 100 ] %o A065045 (PARI) { allocatemem(932245000); default(realprecision, 2300); x=contfrac(prodinf(k=0, sqrt(1 + 1/2^(2*k)))); for (n=1, 2000, write("b065045.txt", n-1, " ", x[n])) } \\ _Harry J. Smith_, Oct 04 2009 %Y A065045 Cf. A065445 (decimal expansion). %K A065045 cofr,nonn %O A065045 0,5 %A A065045 _Robert G. Wilson v_, Nov 19 2001 %E A065045 Terms corrected and terms added by _Harry J. Smith_, Oct 04 2009 %E A065045 Offset changed by _Andrew Howroyd_, Aug 05 2024