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!)
A042660 Numerators of continued fraction convergents to sqrt(860). 2
29, 88, 1261, 3871, 225779, 681208, 9762691, 29969281, 1747980989, 5273912248, 75582752461, 232022169631, 13532868591059, 40830627942808, 585161659790371, 1796315607313921, 104771466883997789, 316110716259307288 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (29 +88*x +1261*x^2 +3871*x^3 +1261*x^4 -88*x^5 +29*x^6 -x^7)/(1 -7742*x^4 +x^8). - Vincenzo Librandi, Nov 30 2013
a(n) = 7742*a(n-4) - a(n-8). - Vincenzo Librandi, Nov 30 2013
MATHEMATICA
Numerator[Convergents[Sqrt[860], 30]] (* Harvey P. Dale, Mar 04 2013 *)
CoefficientList[Series[(29 + 88 x + 1261 x^2 + 3871 x^3 + 1261 x^4 - 88 x^5 + 29 x^6 - x^7)/(1 - 7742 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 30 2013 *)
PROG
(Magma) I:=[29, 88, 1261, 3871, 225779, 681208, 9762691, 29969281]; [n le 8 select I[n] else 7742*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 30 2013
CROSSREFS
Cf. A042661.
Sequence in context: A042652 A042656 A042658 * A047650 A308787 A141883
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)