The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A041691 Denominators of continued fraction convergents to sqrt(365). 2

%I #19 Sep 08 2022 08:44:54

%S 1,9,10,19,181,6897,62254,69151,131405,1251796,47699653,430548673,

%T 478248326,908796999,8657421317,329890807045,2977674684722,

%U 3307565491767,6285240176489,59874727080168,2281524869222873,20593598550086025,22875123419308898

%N Denominators of continued fraction convergents to sqrt(365).

%H Vincenzo Librandi, <a href="/A041691/b041691.txt">Table of n, a(n) for n = 0..200</a>

%H <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 6916, 0, 0, 0, 0, 1).

%F G.f.: -(x^8 -9*x^7 +10*x^6 -19*x^5 +181*x^4 +19*x^3 +10*x^2 +9*x +1) / (x^10 +6916*x^5 -1). - _Colin Barker_, Nov 22 2013

%F a(n) = 6916*a(n-5) + a(n-10) for n>9. - _Vincenzo Librandi_, Dec 23 2013

%t Denominator[Convergents[Sqrt[365], 30]] (* _Vincenzo Librandi_, Dec 23 2013 *)

%t LinearRecurrence[{0,0,0,0,6916,0,0,0,0,1},{1,9,10,19,181,6897,62254,69151,131405,1251796},30] (* _Harvey P. Dale_, Jun 03 2019 *)

%o (Magma) I:=[1,9,10,19,181,6897,62254,69151,131405, 1251796]; [n le 10 select I[n] else 6916*Self(n-5)+Self(n-10): n in [1..40]]; // _Vincenzo Librandi_, Dec 23 2013

%Y Cf. A041690, A040345, A176980.

%K nonn,frac,easy

%O 0,2

%A _N. J. A. Sloane_.

%E More terms from _Colin Barker_, Nov 22 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 8 04:51 EDT 2024. Contains 373207 sequences. (Running on oeis4.)