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!)
A042822 Numerators of continued fraction convergents to sqrt(942). 2
30, 31, 92, 399, 8072, 32687, 73446, 106133, 6441426, 6547559, 19536544, 84693735, 1713411244, 6938338711, 15590088666, 22528427377, 1367295731286, 1389824158663, 4146944048612, 17977600353111, 363698951110832, 1472773404796439, 3309245760703710, 4782019165500149 (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, 0, 0, 212266, 0, 0, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: (30 +31*x +92*x^2 +399*x^3 +8072*x^4 +32687*x^5 +73446*x^6 +106133*x^7 +73446*x^8 -32687*x^9 +8072*x^10 -399*x^11 +92*x^12 -31*x^13 +30*x^14 -x^15)/(1 -212266*x^8 +x^16). - Vincenzo Librandi, Dec 05 2013
a(n) = 212266*a(n-8) - a(n-16). - Vincenzo Librandi, Dec 05 2013
MATHEMATICA
Numerator/@Convergents[Sqrt[942], 30] (* Harvey P. Dale, Jul 18 2011 *)
CoefficientList[Series[(30 + 31 x + 92 x^2 + 399 x^3 + 8072 x^4 + 32687 x^5 + 73446 x^6 + 106133 x^7 + 73446 x^8 - 32687 x^9 + 8072 x^10 - 399 x^11 + 92 x^12 - 31 x^13 + 30 x^14 - x^15)/(1 - 212266 x^8 + x^16), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 05 2013 *)
PROG
(Magma) I:=[30, 31, 92, 399, 8072, 32687, 73446, 106133, 6441426, 6547559, 19536544, 84693735, 1713411244, 6938338711, 15590088666, 22528427377]; [n le 16 select I[n] else 212266*Self(n-8)-Self(n-16): n in [1..30]]; // Vincenzo Librandi, Dec 05 2013
CROSSREFS
Cf. A042823.
Sequence in context: A042826 A042828 A042824 * A042820 A042834 A042832
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 05 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 April 23 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)