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!)
A042566 Numerators of continued fraction convergents to sqrt(812). 2
28, 57, 3220, 6497, 367052, 740601, 41840708, 84422017, 4769473660, 9623369337, 543678156532, 1096979682401, 61974540370988, 125046060424377, 7064553924136100, 14254153908696577, 805297172811144412 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (28 +57*x +28*x^2 -x^3)/(1 -114*x^2 +x^4). - Vincenzo Librandi, Nov 28 2013
a(n) = 114*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 28 2013
MATHEMATICA
Numerator[Convergents[Sqrt[812], 30]] (* or *) CoefficientList[Series[(28 + 57 x + 28 x^2 - x^3)/(1 - 114 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 28 2013 *)
PROG
(Magma) I:=[28, 57, 3220, 6497]; [n le 4 select I[n] else 114*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 28 2013
CROSSREFS
Cf. A042567.
Sequence in context: A042564 A219920 A219216 * A132769 A329306 A329307
KEYWORD
nonn,cofr,frac,easy
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)