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!)
A041349 Denominators of continued fraction convergents to sqrt(188). 2
1, 1, 3, 7, 45, 97, 239, 336, 8975, 9311, 27597, 64505, 414627, 893759, 2202145, 3095904, 82695649, 85791553, 254278755, 594349063, 3820373133, 8235095329, 20290563791, 28525659120, 761957700911, 790483360031, 2342924420973, 5476332201977, 35200917632835 (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,0,0,9214,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^14 -x^13 +3*x^12 -7*x^11 +45*x^10 -97*x^9 +239*x^8 -336*x^7 -239*x^6 -97*x^5 -45*x^4 -7*x^3 -3*x^2 -x -1) / ((x^8 -96*x^4 +1)*(x^8 +96*x^4 +1)). - Colin Barker, Nov 16 2013
a(n) = 9214*a(n-8) - a(n-16) for n>15. - Vincenzo Librandi, Dec 16 2013
MATHEMATICA
Denominator[Convergents[Sqrt[188], 30]] (* Vincenzo Librandi, Dec 16 2013 *)
PROG
(Magma) I:=[1, 1, 3, 7, 45, 97, 239, 336, 8975, 9311, 27597, 64505, 414627, 893759, 2202145, 3095904]; [n le 16 select I[n] else 9214*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 16 2013
CROSSREFS
Sequence in context: A036842 A267844 A359046 * A041016 A351354 A301324
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 16 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 3 11:09 EDT 2023. Contains 363110 sequences. (Running on oeis4.)