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!)
A041423 Denominators of continued fraction convergents to sqrt(227). 2
1, 15, 451, 6780, 203851, 3064545, 92140201, 1385167560, 41647167001, 626092672575, 18824427344251, 282992502836340, 8508599512434451, 127911985189353105, 3845868155193027601, 57815934313084767120, 1738323897547736041201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-15*x-1) / (x^4-452*x^2+1). - Colin Barker, Nov 17 2013
a(n) = 452*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Dec 17 2013
MATHEMATICA
Denominator[Convergents[Sqrt[227], 20]] (* Harvey P. Dale, Jul 13 2013 *)
CoefficientList[Series[(1 + 15 x - x^2)/(x^4 - 452 x^2 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 17 2013 *)
PROG
(Magma) I:=[1, 15, 451, 6780]; [n le 4 select I[n] else 452*Self(n-2)-Self(n-4): n in [1..100]]; // Vincenzo Librandi, Dec 17 2013
CROSSREFS
Sequence in context: A267643 A267666 A020285 * A041420 A036506 A369828
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 17 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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)