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!)
A041267 Denominators of continued fraction convergents to sqrt(146). 2
1, 12, 289, 3480, 83809, 1009188, 24304321, 292661040, 7048169281, 84870692412, 2043944787169, 24612208138440, 592736940109729, 7137455489455188, 171891668687034241, 2069837479733866080, 49847991182299820161, 600245731667331708012 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 +12*x -x^2)/(x^4 -290*x^2 +1). - Vincenzo Librandi, Dec 14 2013
a(n) = 290*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 14 2013
MATHEMATICA
Denominator[Convergents[Sqrt[146], 30]] (* or *) CoefficientList[Series[(1 + 12 x - x^2)/(x^4 - 290 x^2 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 14 2013 *)
LinearRecurrence[{0, 290, 0, -1}, {1, 12, 289, 3480}, 20] (* Harvey P. Dale, Jan 20 2021 *)
PROG
(Magma) I:=[1, 12, 289, 3480]; [n le 4 select I[n] else 290*Self(n-2)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Dec 14 2013
CROSSREFS
Cf. A041266.
Sequence in context: A321938 A001164 A226100 * A041264 A220307 A361302
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 14 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)