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!)
A041375 Denominators of continued fraction convergents to sqrt(202). 2
1, 4, 5, 14, 33, 47, 221, 6235, 25161, 31396, 87953, 207302, 295255, 1388322, 39168271, 158061406, 197229677, 552520760, 1302271197, 1854791957, 8721439025, 246055084657, 992941777653, 1238996862310, 3470935502273, 8180867866856, 11651803369129 (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,6282,0,0,0,0,0,0,1).
FORMULA
G.f.: -(x^12 -4*x^11 +5*x^10 -14*x^9 +33*x^8 -47*x^7 +221*x^6 +47*x^5 +33*x^4 +14*x^3 +5*x^2 +4*x +1) / (x^14 +6282*x^7 -1). - Colin Barker, Nov 16 2013
a(n) = 6282*a(n-7) + a(n-14). - Vincenzo Librandi, Dec 16 2013
MATHEMATICA
Denominator[Convergents[Sqrt[202], 30]] (* Vincenzo Librandi, Dec 16 2013 *)
PROG
(Magma) I:=[1, 4, 5, 14, 33, 47, 221, 6235, 25161, 31396, 87953, 207302, 295255, 1388322]; [n le 14 select I[n] else 6282*Self(n-7)+Self(n-14): n in [1..40]]; // Vincenzo Librandi, Dec 16 2013
CROSSREFS
Sequence in context: A007084 A216243 A093862 * A042279 A352683 A182252
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 April 23 12:59 EDT 2024. Contains 371913 sequences. (Running on oeis4.)