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!)
A042858 Numerators of continued fraction convergents to sqrt(960). 2
30, 31, 1890, 1921, 117150, 119071, 7261410, 7380481, 450090270, 457470751, 27898335330, 28355806081, 1729246700190, 1757602506271, 107185397076450, 108942999582721, 6643765372039710, 6752708371622431, 411806267669385570, 418558976041008001, 25525344830129865630 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (30 + 31*x + 30*x^2 - x^3)/(1 - 62*x^2 + x^4). - Vincenzo Librandi, Dec 08 2013
a(n) = 62*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 08 2013
MATHEMATICA
Numerator[Convergents[Sqrt[960], 30]] (* Vincenzo Librandi, Dec 07 2013 *)
CoefficientList[Series[(30 + 31 x + 30 x^2 - x^3)/(1 - 62 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 08 2013 *)
PROG
(Magma) I:=[ 30, 31, 1890, 1921]; [n le 4 select I[n] else 62*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Dec 08 2013
CROSSREFS
Cf. A042859.
Sequence in context: A268337 A042856 A042857 * A175514 A043584 A043776
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 08 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:17 EDT 2024. Contains 373609 sequences. (Running on oeis4.)