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.

A041066 Numerators of continued fraction convergents to sqrt(40).

This page as a plain text file.
%I A041066 #25 Jul 09 2025 00:13:11
%S A041066 6,19,234,721,8886,27379,337434,1039681,12813606,39480499,486579594,
%T A041066 1499219281,18477210966,56930852179,701647437114,2161873163521,
%U A041066 26644125399366,82094249361619,1011775117738794
%N A041066 Numerators of continued fraction convergents to sqrt(40).
%C A041066 With a(-1) = 1, a(n-1) gives, for n >= 0, the denominator of the convergents to 1/sqrt(40) = 1/(2*sqrt(10)). - _Wolfdieter Lang_, Nov 21 2017
%H A041066 Vincenzo Librandi, <a href="/A041066/b041066.txt">Table of n, a(n) for n = 0..100</a>
%H A041066 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (0,38,0,-1).
%F A041066 G.f.: -(x+2)*(x^2-8*x-3) / ((x^2-6*x-1)*(x^2+6*x-1)). - _Colin Barker_, Nov 04 2013
%t A041066 Table[Numerator[FromContinuedFraction[ContinuedFraction[Sqrt[40],n]]],{n,1,50}] (* _Vladimir Joseph Stephan Orlovsky_, Mar 21 2011*)
%t A041066 Numerator[Convergents[Sqrt[40], 30]] (* _Vincenzo Librandi_, Oct 29 2013 *)
%t A041066 LinearRecurrence[{0,38,0,-1},{6,19,234,721},20] (* _Harvey P. Dale_, Jul 20 2024 *)
%Y A041066 Cf. A041067 (denominators), A010494, A020797 (1/sqrt(40)).
%K A041066 nonn,cofr,frac,easy
%O A041066 0,1
%A A041066 _N. J. A. Sloane_