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!)
A041305 Denominators of continued fraction convergents to sqrt(165). 2
1, 1, 6, 13, 71, 84, 2087, 2171, 12942, 28055, 153217, 181272, 4503745, 4685017, 27928830, 60542677, 330642215, 391184892, 9719079623, 10110264515, 60270402198, 130651068911, 713525746753, 844176815664, 20973769322689, 21817946138353 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,2158,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^10 -x^9 +6*x^8 -13*x^7 +71*x^6 -84*x^5 -71*x^4 -13*x^3 -6*x^2 -x -1) / ((x^4 -13*x^2 +1)*(x^8 +13*x^6 +168*x^4 +13*x^2 +1)). - Colin Barker, Nov 15 2013
a(n) = 2158*a(n-6) - a(n-12). - Vincenzo Librandi, Dec 15 2013
MATHEMATICA
Denominator[Convergents[Sqrt[165], 30]] (* Vincenzo Librandi, Dec 15 2013 *)
PROG
(Magma) I:=[1, 1, 6, 13, 71, 84, 2087, 2171, 12942, 28055, 153217, 181272]; [n le 12 select I[n] else 2158*Self(n-6)-Self(n-12): n in [1..40]]; // Vincenzo Librandi, Dec 15 2013
CROSSREFS
Sequence in context: A177175 A301605 A119110 * A215755 A144535 A042641
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 15 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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)