[go: up one dir, main page]

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!)
Search: a020828 -id:a020828
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A041125 Denominators of continued fraction convergents to sqrt(71). +10
2
1, 2, 5, 7, 54, 61, 176, 413, 6784, 13981, 34746, 48727, 375835, 424562, 1224959, 2874480, 47216639, 97307758, 241832155, 339139913, 2615811546, 2954951459, 8525714464, 20006380387, 328627800656, 677261981699, 1683151764054, 2360413745753, 18206047984325 (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,0,0,6960,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^14 -2*x^13 +5*x^12 -7*x^11 +54*x^10 -61*x^9 +176*x^8 -413*x^7 -176*x^6 -61*x^5 -54*x^4 -7*x^3 -5*x^2 -2*x -1) / (x^16 -6960*x^8 +1). - Colin Barker, Nov 13 2013
a(n) = 6960*a(n-8) - a(n-16). - Vincenzo Librandi, Dec 11 2013
MATHEMATICA
Table[Denominator[FromContinuedFraction[ContinuedFraction[Sqrt[71], n]]], {n, 1, 50}] (* Vladimir Joseph Stephan Orlovsky, Jun 26 2011 *)
Denominator[Convergents[Sqrt[71], 30]] (* Vincenzo Librandi, Dec 11 2013 *)
LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 6960, 0, 0, 0, 0, 0, 0, 0, -1}, {1, 2, 5, 7, 54, 61, 176, 413, 6784, 13981, 34746, 48727, 375835, 424562, 1224959, 2874480}, 30] (* Harvey P. Dale, Apr 09 2022 *)
PROG
(Magma) I:=[1, 2, 5, 7, 54, 61, 176, 413, 6784, 13981, 34746, 48727, 375835, 424562, 1224959, 2874480]; [n le 16 select I[n] else 6960*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 11 2013
CROSSREFS
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 13 2013
STATUS
approved
page 1

Search completed in 0.011 seconds

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 August 30 23:33 EDT 2024. Contains 375550 sequences. (Running on oeis4.)