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!)
A041497 Denominators of continued fraction convergents to sqrt(265). 2
1, 3, 4, 7, 18, 43, 61, 104, 373, 12040, 36493, 48533, 85026, 218585, 522196, 740781, 1262977, 4529712, 146213761, 443170995, 589384756, 1032555751, 2654496258, 6341548267, 8996044525, 15337592792, 55008822901, 1775619925624, 5381868599773, 7157488525397 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,12144,0,0,0,0,0,0,0,0,1).
FORMULA
G.f.: -(x^16 -3*x^15 +4*x^14 -7*x^13 +18*x^12 -43*x^11 +61*x^10 -104*x^9 +373*x^8 +104*x^7 +61*x^6 +43*x^5 +18*x^4 +7*x^3 +4*x^2 +3*x +1) / (x^18 +12144*x^9 -1). - Colin Barker, Nov 18 2013
a(n) = 12144*a(n-9) + a(n-18) for n>17, - Vincenzo Librandi, Dec 19 2013
MATHEMATICA
Denominator[Convergents[Sqrt[265], 30]] (* Vincenzo Librandi, Dec 19 2013 *)
PROG
(Magma) I:=[1, 3, 4, 7, 18, 43, 61, 104, 373, 12040, 36493, 48533, 85026, 218585, 522196, 740781, 1262977, 4529712]; [n le 18 select I[n] else 12144*Self(n-9)+Self(n-18): n in [1..30]]; // Vincenzo Librandi, Dec 19 2013
CROSSREFS
Sequence in context: A258740 A109749 A307738 * A042227 A117789 A169892
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 18 2013
STATUS
approved

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 22 22:13 EDT 2024. Contains 373619 sequences. (Running on oeis4.)