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!)
A042180 Numerators of continued fraction convergents to sqrt(615). 2
24, 25, 99, 124, 6051, 6175, 24576, 30751, 1500624, 1531375, 6094749, 7626124, 372148701, 379774825, 1511473176, 1891248001, 92291377224, 94182625225, 374839252899, 469021878124, 22887889402851, 23356911280975 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (24 +25*x +99*x^2 +124*x^3 +99*x^4 -25*x^5 +24*x^6 -x^7)/(1 -248*x^4 +x^8). - Vincenzo Librandi, Nov 18 2013
a(n) = 248*a(n-4) - a(n-8). - Vincenzo Librandi, Nov 18 2013
MATHEMATICA
Numerator[Convergents[Sqrt[615], 30]] (* or *) CoefficientList[Series[(24 + 25 x + 99 x^2 + 124 x^3 + 99*x^4 - 25 x^5 + 24 x^6 - x^7)/(1 - 248 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 18 2013 *)
PROG
(Magma) I:=[24, 25, 99, 124, 6051, 6175, 24576, 30751]; [n le 8 select I[n] else 248*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 18 2013
CROSSREFS
Cf. A042181.
Sequence in context: A042170 A042168 A042178 * A042176 A042182 A042184
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)