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!)
A041060 Numerators of continued fraction convergents to sqrt(37). 3
6, 73, 882, 10657, 128766, 1555849, 18798954, 227143297, 2744518518, 33161365513, 400680904674, 4841332221601, 58496667563886, 706801342988233, 8540112783422682, 103188154744060417, 1246797969712147686 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 21 2008: (Start)
a(n) = 12*a(n-1) + a(n-2), n > 1; a(0)=6, a(1)=73.
G.f.: (6+x)/(1-12*x-x^2). (End)
MATHEMATICA
Table[Numerator[FromContinuedFraction[ContinuedFraction[Sqrt[37], n]]], {n, 1, 50}] (* Vladimir Joseph Stephan Orlovsky, Mar 21 2011 *)
CoefficientList[Series[(6 + x)/(1 - 12 x - x^2), {x, 0, 30}], x] (* Vincenzo Librandi_, Oct 28 2013 *)
CROSSREFS
Cf. A089926. - R. J. Mathar, Sep 09 2008
Sequence in context: A105324 A179568 A202557 * A089926 A135594 A346960
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)