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!)
A041097 Denominators of continued fraction convergents to sqrt(56). 2
1, 2, 29, 60, 869, 1798, 26041, 53880, 780361, 1614602, 23384789, 48384180, 700763309, 1449910798, 20999514481, 43448939760, 629284671121, 1302018282002, 18857540619149, 39017099520300, 565096933903349, 1169210967326998, 16934050476481321, 35037311920289640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-2*x-1) / (x^4-30*x^2+1). - Colin Barker, Nov 12 2013
a(n) = 30*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 11 2013
MATHEMATICA
Denominator[Convergents[Sqrt[56], 30]] (* Vincenzo Librandi, Dec 11 2013 *)
LinearRecurrence[{0, 30, 0, -1}, {1, 2, 29, 60}, 30] (* Harvey P. Dale, Dec 09 2014 *)
PROG
(Magma) I:=[1, 2, 29, 60]; [n le 4 select I[n] else 30*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Dec 11 2013
CROSSREFS
Sequence in context: A115448 A276169 A107161 * A067071 A031918 A358028
KEYWORD
nonn,cofr,easy,frac
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 12 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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)