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!)
A041757 Denominators of continued fraction convergents to sqrt(398). 2
1, 1, 19, 20, 779, 799, 15161, 15960, 621641, 637601, 12098459, 12736060, 496068739, 508804799, 9654555121, 10163359920, 395862232081, 406025592001, 7704322888099, 8110348480100, 315897565131899, 324007913611999, 6148040010147881, 6472047923759880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: -(x^2-x-1)*(x^4+20*x^2+1) / (x^8-798*x^4+1). - Colin Barker, Nov 24 2013
a(n) = 798*a(n-4) - a(n-8) for n>7. - Vincenzo Librandi, Dec 24 2013
MATHEMATICA
Denominator[Convergents[Sqrt[398], 30]] (* Vincenzo Librandi, Dec 24 2013 *)
PROG
(Magma) I:=[1, 1, 19, 20, 779, 799, 15161, 15960]; [n le 8 select I[n] else 798*Self(n-4)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Dec 24 2013
CROSSREFS
Sequence in context: A197353 A041179 A041756 * A041758 A042735 A156758
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 24 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 August 16 11:02 EDT 2024. Contains 375174 sequences. (Running on oeis4.)