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!)
A041829 Denominators of continued fraction convergents to sqrt(435). 2
1, 1, 6, 7, 286, 293, 1751, 2044, 83511, 85555, 511286, 596841, 24384926, 24981767, 149293761, 174275528, 7120314881, 7294590409, 43593266926, 50887857335, 2079107560326, 2129995417661, 12729084648631, 14859080066292, 607092287300311, 621951367366603 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: -(x^2-x-1)*(x^4+7*x^2+1) / (x^8-292*x^4+1). - Colin Barker, Nov 25 2013
a(n) = 292*a(n-4) - a(n-8) for n>7. - Vincenzo Librandi, Dec 25 2013
MATHEMATICA
Denominator[Convergents[Sqrt[435], 30]] (* Vincenzo Librandi, Dec 25 2013 *)
LinearRecurrence[{0, 0, 0, 292, 0, 0, 0, -1}, {1, 1, 6, 7, 286, 293, 1751, 2044}, 30] (* Harvey P. Dale, Apr 23 2022 *)
PROG
(Magma) I:=[1, 1, 6, 7, 286, 293, 1751, 2044]; [n le 8 select I[n] else 292*Self(n-4)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Dec 25 2013
CROSSREFS
Sequence in context: A036417 A267255 A041357 * A042497 A011315 A268508
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 25 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:52 EDT 2024. Contains 371961 sequences. (Running on oeis4.)