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!)
A041983 Denominators of continued fraction convergents to sqrt(514). 2
1, 1, 3, 67, 137, 204, 9113, 9317, 27747, 619751, 1267249, 1887000, 84295249, 86182249, 256659747, 5732696683, 11722053113, 17454749796, 779731044137, 797185793933, 2374102632003, 53027443697999, 108428990028001, 161456433726000, 7212512073972001 (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,9250,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^10-x^9+3*x^8-67*x^7+137*x^6-204*x^5-137*x^4-67*x^3-3*x^2-x-1) / (x^12-9250*x^6+1). - Colin Barker, Nov 28 2013
a(n) = 9250*a(n-6) - a(n-12). - Wesley Ivan Hurt, Apr 18 2023
MATHEMATICA
Denominator[Convergents[Sqrt[514], 30]] (* Vincenzo Librandi, Jan 11 2014 *)
LinearRecurrence[{0, 0, 0, 0, 0, 9250, 0, 0, 0, 0, 0, -1}, {1, 1, 3, 67, 137, 204, 9113, 9317, 27747, 619751, 1267249, 1887000}, 30] (* Harvey P. Dale, Sep 15 2019 *)
PROG
(Magma) I:=[1, 1, 3, 67, 137, 204, 9113, 9317, 27747, 619751, 1267249, 1887000]; [n le 12 select I[n] else 9250*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Jan 11 2014
CROSSREFS
Sequence in context: A110716 A142035 A142926 * A263549 A225191 A370659
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 28 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 25 21:09 EDT 2024. Contains 371989 sequences. (Running on oeis4.)