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!)
A041269 Denominators of continued fraction convergents to sqrt(147). 3
1, 8, 193, 1552, 37441, 301080, 7263361, 58407968, 1409054593, 11330844712, 273349327681, 2198125466160, 53028360515521, 426425009590328, 10287228590683393, 82724253735057472, 1995669318232062721, 16048078799591559240, 387149560508429484481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-8*x-1) / ((x^2-14*x+1)*(x^2+14*x+1)). - Colin Barker, Nov 14 2013
a(n) = 194*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 14 2013
MATHEMATICA
Denominator[Convergents[Sqrt[147], 30]] (* Vincenzo Librandi, Dec 14 2013 *)
PROG
(Magma) I:=[1, 8, 193, 1552]; [n le 4 select I[n] else 194*Self(n-2)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Dec 14 2013
CROSSREFS
Sequence in context: A265269 A003956 A204820 * A172340 A103500 A232911
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 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 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)