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!)
A041843 Denominators of continued fraction convergents to sqrt(443). 2
1, 21, 883, 18564, 780571, 16410555, 690023881, 14506912056, 609980330233, 12824093846949, 539221921902091, 11336484453790860, 476671568981118211, 10021439433057273291, 421377127757386596433, 8858941122338175798384 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-21*x-1) / (x^4-884*x^2+1). - Colin Barker, Nov 25 2013
a(n) = 884*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Dec 25 2013
MATHEMATICA
Denominator[Convergents[Sqrt[443], 30]] (* Vincenzo Librandi, Dec 25 2013 *)
PROG
(Magma) I:=[1, 21, 883, 18564]; [n le 4 select I[n] else 884*Self(n-2)-Self(n-4): n in [1..50]]; // Vincenzo Librandi, Dec 25 2013
CROSSREFS
Sequence in context: A202810 A204196 A238653 * A041840 A012793 A015305
KEYWORD
nonn,frac,easy,less
AUTHOR
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)