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!)
A042045 Denominators of continued fraction convergents to sqrt(546). 2
1, 2, 3, 8, 11, 30, 1391, 2812, 4203, 11218, 15421, 42060, 1950181, 3942422, 5892603, 15727628, 21620231, 58968090, 2734152371, 5527272832, 8261425203, 22050123238, 30311548441, 82673220120, 3833279673961, 7749232568042, 11582512242003, 30914257052048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,1402,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^2-2*x-1)*(x^8+4*x^6+15*x^4+4*x^2+1) / (x^12-1402*x^6+1). - Colin Barker, Nov 30 2013
a(n) = 1402*a(n-6) - a(n-12) for n>11. - Vincenzo Librandi, Jan 13 2014
MATHEMATICA
Denominator[Convergents[Sqrt[546], 30]] (* Vincenzo Librandi, Jan 13 2014 *)
PROG
(Magma) I:=[1, 2, 3, 8, 11, 30, 1391, 2812, 4203, 11218, 15421, 42060]; [n le 12 select I[n] else 1402*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Jan 13 2014
CROSSREFS
Sequence in context: A239453 A143914 A041123 * A317912 A096506 A119155
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 30 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)