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!)
A042396 Numerators of continued fraction convergents to sqrt(725). 2
26, 27, 350, 727, 9074, 9801, 518726, 528527, 6861050, 14250627, 177868574, 192119201, 10168067026, 10360186227, 134490301750, 279340789727, 3486579778474, 3765920568201, 199314449324926 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 19602, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: -(x^11 - 26*x^10 + 27*x^9 - 350*x^8 + 727*x^7 - 9074*x^6 - 9801*x^5 - 9074*x^4 - 727*x^3 - 350*x^2 - 27*x - 26)/(x^12 - 19602*x^6 + 1). - Vincenzo Librandi, Nov 23 2013
a(n) = 19602*a(n-6) - a(n-12). - Vincenzo Librandi, Nov 23 2013
MATHEMATICA
Numerator[Convergents[Sqrt[725], 30]] (* or *) CoefficientList[Series[-(x^11 - 26 x^10 + 27 x^9 - 350 x^8 + 727 x^7 - 9074 x^6 - 9801 x^5 - 9074 x^4 - 727 x^3 - 350 x^2 - 27 x - 26)/(x^12 - 19602 x^6 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 23 2013 *)
PROG
(Magma) I:=[26, 27, 350, 727, 9074, 9801, 518726, 528527, 6861050, 14250627, 177868574, 192119201]; [n le 12 select I[n] else 19602*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Nov 23 2013
CROSSREFS
Cf. A042397.
Sequence in context: A042394 A137118 A137119 * A042398 A042400 A042401
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)