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!)
A042924 Numerators of continued fraction convergents to sqrt(994). 2
31, 32, 63, 536, 599, 1135, 70969, 72104, 143073, 1216688, 1359761, 2576449, 161099599, 163676048, 324775647, 2761881224, 3086656871, 5848538095, 365696018761, 371544556856, 737240575617, 6269469161792, 7006709737409, 13276178899201, 830129801487871 (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, 2270, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: (31 + 32*x + 63*x^2 + 536*x^3 + 599*x^4 + 1135*x^5 + 599*x^6 - 536*x^7 + 63*x^8 - 32*x^9 + 31*x^10 - x^11)/(1 - 2270*x^6 + x^12). - Vincenzo Librandi, Dec 09 2013
a(n) = 2270*a(n-6) - a(n-12). - Vincenzo Librandi, Dec 09 2013
MATHEMATICA
Numerator[Convergents[Sqrt[994], 30]] (* or *) CoefficientList[Series[(31 + 32 x + 63 x^2 + 536 x^3 + 599 x^4 + 1135 x^5 + 599 x^6 - 536 x^7 + 63 x^8 - 32 x^9 + 31 x^10 - x^11)/(1 - 2270 x^6 + x^12), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 09 2013 *)
LinearRecurrence[{0, 0, 0, 0, 0, 2270, 0, 0, 0, 0, 0, -1}, {31, 32, 63, 536, 599, 1135, 70969, 72104, 143073, 1216688, 1359761, 2576449}, 30] (* Harvey P. Dale, Jun 23 2017 *)
PROG
(Magma) I:=[31, 32, 63, 536, 599, 1135, 70969, 72104, 143073, 1216688, 1359761, 2576449]; [n le 12 select I[n] else 2270*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Dec 09 2013
CROSSREFS
Cf. A042925.
Sequence in context: A042932 A042928 A042926 * A042922 A171235 A248815
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 09 2013
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 June 22 21:50 EDT 2024. Contains 373610 sequences. (Running on oeis4.)