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!)
A041295 Denominators of continued fraction convergents to sqrt(160). 2
1, 1, 2, 3, 17, 20, 37, 57, 1405, 1462, 2867, 4329, 24512, 28841, 53353, 82194, 2026009, 2108203, 4134212, 6242415, 35346287, 41588702, 76934989, 118523691, 2921503573, 3040027264, 5961530837, 9001558101, 50969321342, 59970879443, 110940200785, 170911080228 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,1442,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^2-x-1)*(x^4+3*x^2+1)*(x^8+19*x^4+1) / ((x^4-6*x^2-1)*(x^4+6*x^2-1)*(x^8+38*x^4+1)). - Colin Barker, Nov 14 2013
a(n) = 1442*a(n-8) - a(n-16). - Vincenzo Librandi, Dec 15 2013
MATHEMATICA
Denominator[Convergents[Sqrt[160], 30]] (* Vincenzo Librandi, Dec 15 2013 *)
PROG
(Magma) I:=[1, 1, 2, 3, 17, 20, 37, 57, 1405, 1462, 2867, 4329, 24512, 28841, 53353, 82194]; [n le 16 select I[n] else 1442*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 15 2013
CROSSREFS
Sequence in context: A235628 A140834 A121409 * A128845 A128851 A078737
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)