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!)
A041635 Denominators of continued fraction convergents to sqrt(336). 2
1, 3, 109, 330, 11989, 36297, 1318681, 3992340, 145042921, 439121103, 15953402629, 48299328990, 1754729246269, 5312487067797, 193004263686961, 584325278128680, 21228714276319441, 64270468107087003, 2334965566131451549, 7069167166501441650 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..200

Index entries for linear recurrences with constant coefficients, signature (0,110,0,-1).

FORMULA

G.f.: -(x^2-3*x-1) / (x^4-110*x^2+1). - Colin Barker, Nov 20 2013

a(n) = 110*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Dec 22 2013

MATHEMATICA

Denominator[Convergents[Sqrt[336], 30]] (* Vincenzo Librandi, Dec 22 2013 *)

PROG

(Magma) I:=[1, 3, 109, 330]; [n le 4 select I[n] else 110*Self(n-2)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Dec 22 2013

CROSSREFS

Cf. A041634, A040317.

Sequence in context: A112879 A172271 A053861 * A272572 A142533 A089904

Adjacent sequences: A041632 A041633 A041634 * A041636 A041637 A041638

KEYWORD

nonn,frac,easy

AUTHOR

N. J. A. Sloane.

EXTENSIONS

Additional term from Colin Barker, Nov 20 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 March 24 23:24 EDT 2023. Contains 361511 sequences. (Running on oeis4.)