A041038 Numerators of continued fraction convergents to sqrt(24).
4, 5, 44, 49, 436, 485, 4316, 4801, 42724, 47525, 422924, 470449, 4186516, 4656965, 41442236, 46099201, 410235844, 456335045, 4060916204, 4517251249, 40198926196, 44716177445, 397928345756
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
- Index entries for linear recurrences with constant coefficients, signature (0,10,0,-1).
Programs
-
Mathematica
Table[Numerator[FromContinuedFraction[ContinuedFraction[Sqrt[24],n]]],{n,1,50}] (* Vladimir Joseph Stephan Orlovsky, Mar 18 2011*) Numerator[Convergents[Sqrt[24], 30]] (* Vincenzo Librandi, Oct 28 2013 *)
Formula
G.f.: (4+5*x+4*x^2-x^3)/(1-10*x^2+x^4)