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!)
A042784 Numerators of continued fraction convergents to sqrt(923). 2
30, 61, 91, 152, 243, 638, 38523, 77684, 116207, 193891, 310098, 814087, 49155318, 99124723, 148280041, 247404764, 395684805, 1038774374, 62722147245, 126483068864, 189205216109, 315688284973, 504893501082, 1325475287137, 80033410729302 (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, 1276, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: (30 +61*x +91*x^2 +152*x^3 +243*x^4 +638*x^5 +243*x^6 -152*x^7 +91*x^8 -61*x^9 +30*x^10 -x^11)/(1 -1276*x^6 +x^12). - Vincenzo Librandi, Dec 04 2013
a(n) = 1276*a(n-6) - a(n-12). - Vincenzo Librandi, Dec 04 2013
MATHEMATICA
Numerator[Convergents[Sqrt[923], 30]] (* or *) CoefficientList[Series[(30 + 61 x + 91 x^2 + 152 x^3 + 243 x^4 + 638 x^5 + 243 x^6 - 152 x^7 + 91 x^8 - 61 x^9 + 30 x^10 - x^11)/(1 - 1276 x^6 + x^12), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 04 2013 *)
PROG
(Magma) I:=[30, 61, 91, 152, 243, 638, 38523, 77684, 116207, 193891, 310098, 814087]; [n le 12 select I[n] else 1276*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Dec 04 2013
CROSSREFS
Cf. A042785.
Sequence in context: A228877 A258879 A053014 * A042786 A042782 A042780
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 04 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.)