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!)
A042196 Numerators of continued fraction convergents to sqrt(623). 2
24, 25, 599, 624, 30551, 31175, 747576, 778751, 38127624, 38906375, 932974249, 971880624, 47583244201, 48555124825, 1164351115176, 1212906240001, 59383850635224, 60596756875225, 1453109258765399 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (24 +25*x +599*x^2 +624*x^3 +599*x^4 -25*x^5 +24*x^6 -x^7)/(1 -1248*x^4 +x^8). - Vincenzo Librandi, Nov 18 2013
a(n) = 1248*a(n-4) - a(n-8). - Vincenzo Librandi, Nov 18 2013
MATHEMATICA
Numerator[Convergents[Sqrt[623], 30]] (* or *) CoefficientList[Series[(24 + 25 x + 599 x^2 + 624 x^3 + 599 x^4 - 25 x^5 + 24 x^6 - x^7)/(1 - 1248 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 18 2013 *)
PROG
(Magma) I:=[24, 25, 599, 624, 30551, 31175, 747576, 778751]; [n le 8 select I[n] else 1248*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 18 2013
CROSSREFS
Cf. A042197.
Sequence in context: A042190 A042192 A042194 * A042197 A042198 A002924
KEYWORD
nonn,cofr,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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)