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!)
A041315 Denominators of continued fraction convergents to sqrt(171). 2
1, 13, 339, 4420, 115259, 1502787, 39187721, 510943160, 13323709881, 173719171613, 4530022171819, 59064007405260, 1540194214708579, 20081588798616787, 523661502978745041, 6827681127522302320, 178043370818558605361, 2321391501768784172013 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-13*x-1) / (x^4-340*x^2+1). - Colin Barker, Nov 15 2013
a(n) = 340*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 15 2013
MATHEMATICA
Denominator[Convergents[Sqrt[171], 30]] (* Vincenzo Librandi, Dec 15 2013 *)
LinearRecurrence[{0, 340, 0, -1}, {1, 13, 339, 4420}, 20] (* Harvey P. Dale, Aug 05 2014 *)
PROG
(Magma) I:=[1, 13, 339, 4420]; [n le 4 select I[n] else 340*Self(n-2)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Dec 15 2013
CROSSREFS
Sequence in context: A097308 A204195 A238652 * A041312 A372183 A096717
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 15 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 April 28 21:46 EDT 2024. Contains 372095 sequences. (Running on oeis4.)