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!)
A041875 Denominators of continued fraction convergents to sqrt(459). 2
1, 2, 5, 7, 33, 700, 2833, 3533, 9899, 23331, 989801, 2002933, 4995667, 6998600, 32990067, 699790007, 2832150095, 3531940102, 9896030299, 23324000700, 989504059699, 2002332120098, 4994168299895, 6996500419993, 32980169979867, 699580069997200 (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, 0, 999700, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: -(x^18 -2*x^17 +5*x^16 -7*x^15 +33*x^14 -700*x^13 +2833*x^12 -3533*x^11 +9899*x^10 -23331*x^9 -9899*x^8 -3533*x^7 -2833*x^6 -700*x^5 -33*x^4 -7*x^3 -5*x^2 -2*x -1) / (x^20 -999700*x^10 +1). - Colin Barker, Nov 26 2013
a(n) = 999700*a(n-10) - a(n-20) for n>19. - Vincenzo Librandi, Dec 26 2013
MATHEMATICA
Denominator[Convergents[Sqrt[459], 30]] (* Vincenzo Librandi, Dec 26 2013 *)
PROG
(Magma) I:=[1, 2, 5, 7, 33, 700, 2833, 3533, 9899, 23331, 989801, 2002933, 4995667, 6998600, 32990067, 699790007, 2832150095, 3531940102, 9896030299, 23324000700]; [n le 20 select I[n] else 999700*Self(n-10)-Self(n-20): n in [1..40]]; // Vincenzo Librandi, Dec 26 2013
CROSSREFS
Sequence in context: A056443 A042931 A085394 * A072188 A277056 A160621
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 26 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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)