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!)
A042241 Denominators of continued fraction convergents to sqrt(646). 2
1, 2, 5, 12, 605, 1222, 3049, 7320, 369049, 745418, 1859885, 4465188, 225119285, 454703758, 1134526801, 2723757360, 137322394801, 277368546962, 692059488725, 1661487524412, 83766435709325, 169194358943062, 422155153595449, 1013504666133960, 51097388460293449 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2 - 2*x - 1)*(x^4 + 6*x^2 + 1) / (x^8 - 610*x^4 + 1). - Colin Barker, Dec 05 2013
a(n) = 610*a(n-4) - a(n-8) for n > 7. - Vincenzo Librandi, Jan 18 2014
MATHEMATICA
Denominator[Convergents[Sqrt[646], 30]] (* Vincenzo Librandi, Jan 18 2014 *)
PROG
(Magma) I:=[1, 2, 5, 12, 605, 1222, 3049, 7320]; [n le 8 select I[n] else 610*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Jan 18 2014
CROSSREFS
Sequence in context: A041333 A197950 A041715 * A042911 A137918 A114502
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 05 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 May 8 12:12 EDT 2024. Contains 372333 sequences. (Running on oeis4.)