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!)
A042626 Numerators of continued fraction convergents to sqrt(843). 2
29, 842, 48865, 1417927, 82288631, 2387788226, 138574005739, 4021033954657, 233358543375845, 6771418791854162, 392975648470917241, 11403065224448454151, 661770758666481257999, 19202755066552404936122 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (29 +842*x +29*x^2 -x^3)/(1 -1684*x^2 +x^4). - Vincenzo Librandi, Nov 30 2013
a(n) = 1684*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 30 2013
MATHEMATICA
Numerator[Convergents[Sqrt[843], 30]] (* or *) CoefficientList[Series[(29 + 842 x + 29 x^2 - x^3)/(1 - 1684 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 30 2013 *)
PROG
(Magma) I:=[29, 842, 48865, 1417927]; [n le 4 select I[n] else 1684*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 30 2013
CROSSREFS
Cf. A042627.
Sequence in context: A278475 A057687 A049667 * A157877 A158665 A324432
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 24 05:26 EDT 2024. Contains 371918 sequences. (Running on oeis4.)