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!)
A041251 Denominators of continued fraction convergents to sqrt(137). 2

%I #18 Oct 29 2022 11:41:23

%S 1,1,3,7,10,17,44,105,149,3383,3532,10447,24426,34873,59299,153471,

%T 366241,519712,11799905,12319617,36439139,85197895,121637034,

%U 206834929,535306892,1277448713,1812755605,41158072023,42970827628,127099727279,297170282186

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

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

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

%F G.f.: -(x^16 -x^15 +3*x^14 -7*x^13 +10*x^12 -17*x^11 +44*x^10 -105*x^9 +149*x^8 +105*x^7 +44*x^6 +17*x^5 +10*x^4 +7*x^3 +3*x^2 +x +1) / (x^18 +3488*x^9 -1). - _Colin Barker_, Nov 14 2013

%F a(n) = 3488*a(n-9) + a(n-18). - _Vincenzo Librandi_, Dec 13 2013

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

%t LinearRecurrence[{0,0,0,0,0,0,0,0,3488,0,0,0,0,0,0,0,0,1},{1,1,3,7,10,17,44,105,149,3383,3532,10447,24426,34873,59299,153471,366241,519712},40] (* _Harvey P. Dale_, Oct 29 2022 *)

%o (Magma) I:=[1,1,3,7,10,17,44,105,149,3383,3532,10447,24426,34873,59299, 153471,366241,519712]; [n le 18 select I[n] else 3488*Self(n-9)+Self(n-18): n in [1..40]]; // _Vincenzo Librandi_, Dec 13 2013

%Y Cf. A041250, A010196.

%K nonn,frac,easy

%O 0,3

%A _N. J. A. Sloane_.

%E More terms from _Colin Barker_, Nov 14 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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)