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!)
A042720 Numerators of continued fraction convergents to sqrt(890). 2
29, 30, 149, 179, 10531, 10710, 53371, 64081, 3770069, 3834150, 19106669, 22940819, 1349674171, 1372614990, 6840134131, 8212749121, 483179583149, 491392332270, 2448748912229, 2940141244499 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (29 +30*x +149*x^2 +179*x^3 +149*x^4 -30*x^5 +29*x^6 -x^7)/(1 -358*x^4 +x^8). - Vincenzo Librandi, Dec 02 2013
a(n) = 358*a(n-4) - a(n-8). - Vincenzo Librandi, Dec 02 2013
MATHEMATICA
Numerator[Convergents[Sqrt[890], 30]] (* or *) CoefficientList[Series[(29 + 30 x + 149 x^2 + 179 x^3 + 149 x^4 - 30 x^5 + 29 x^6 - x^7)/(1 - 358 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 02 2013 *)
PROG
(Magma) I:=[29, 30, 149, 179, 10531, 10710, 53371, 64081]; [n le 8 select I[n] else 358*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Dec 02 2013
CROSSREFS
Cf. A042721.
Sequence in context: A042714 A042716 A042712 * A042718 A042722 A042724
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)