The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A041028 Numerators of continued fraction convergents to sqrt(19). 4
4, 9, 13, 48, 61, 170, 1421, 3012, 4433, 16311, 20744, 57799, 483136, 1024071, 1507207, 5545692, 7052899, 19651490, 164264819, 348181128, 512445947, 1885518969, 2397964916, 6681448801, 55849555324 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 340*a(n-6)-a(n-12). G.f.: -(x^11 -4*x^10 +9*x^9 -13*x^8 +48*x^7 -61*x^6 -170*x^5 -61*x^4 -48*x^3 -13*x^2 -9*x -4)/(x^12-340*x^6+1). [Colin Barker, Jul 16 2012]
MATHEMATICA
Table[Numerator[FromContinuedFraction[ContinuedFraction[Sqrt[19], n]]], {n, 1, 50}] (* Vladimir Joseph Stephan Orlovsky, Mar 17 2011 *)
CoefficientList[Series[- (x^11 - 4 x^10 + 9 x^9 - 13 x^8 + 48 x^7 - 61 x^6 - 170 x^5 - 61 x^4 - 48 x^3 - 13 x^2 - 9 x - 4)/(x^12 - 340 x^6 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 22 2013 *)
LinearRecurrence[{0, 0, 0, 0, 0, 340, 0, 0, 0, 0, 0, -1}, {4, 9, 13, 48, 61, 170, 1421, 3012, 4433, 16311, 20744, 57799}, 30] (* or *) Numerator[ Convergents[ Sqrt[19], 30]] (* Harvey P. Dale, Jul 04 2021 *)
CROSSREFS
Sequence in context: A033287 A041323 A319217 * A041211 A042323 A042083
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 May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)