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!)
A041701 Denominators of continued fraction convergents to sqrt(370). 2
1, 4, 17, 650, 2617, 11118, 425101, 1711522, 7271189, 278016704, 1119338005, 4755368724, 181823349517, 732048766792, 3110018416685, 118912748600822, 478761012819973, 2033956799880714, 77769119408287105, 313110434433029134, 1330210857140403641 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^4-4*x^3+17*x^2+4*x+1) / (x^6+654*x^3-1). - Colin Barker, Nov 22 2013
a(n) = 654*a(n-3) + a(n-6) for n>5. - Vincenzo Librandi, Dec 23 2013
MATHEMATICA
Denominator[Convergents[Sqrt[370], 20]] (* Harvey P. Dale, Nov 01 2011 *)
CoefficientList[Series[-(x^4 - 4 x^3 + 17 x^2 + 4 x + 1)/(x^6 + 654 x^3 - 1), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 23 2013 *)
PROG
(Magma) I:=[1, 4, 17, 650, 2617, 11118]; [n le 6 select I[n] else 654*Self(n-3)+Self(n-6): n in [1..40]]; // Vincenzo Librandi, Dec 23 2013
CROSSREFS
Sequence in context: A153061 A277762 A337477 * A347721 A154131 A132554
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 22 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 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)