The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A041616 Numerators of continued fraction convergents to sqrt(327). 2
18, 217, 7830, 94177, 3398202, 40872601, 1474811838, 17738614657, 640064939490, 7698517888537, 277786708926822, 3341139025010401, 120558791609301258, 1450046638336625497, 52322237771727819150, 629316899899070455297, 22707730634138264209842 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -(x^3-18*x^2-217*x-18)/(x^4-434*x^2+1). - Vincenzo Librandi, Nov 05 2013
a(n) = 434*a(n-2)-a(n-4). - Vincenzo Librandi, Nov 05 2013
MATHEMATICA
Numerator[Convergents[Sqrt[327], 30]] (* or *) CoefficientList[Series[-(x^3 - 18 x^2 - 217 x - 18)/(x^4 - 434 x^2 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 05 2013 *)
LinearRecurrence[{0, 434, 0, -1}, {18, 217, 7830, 94177}, 20] (* Harvey P. Dale, Sep 10 2019 *)
PROG
(Magma) I:=[18, 217, 7830, 94177]; [n le 4 select I[n] else 434*Self(n-2)-Self(n-4): n in [1..20]]; // Vincenzo Librandi, Nov 05 2013
CROSSREFS
Cf. A041617.
Sequence in context: A021503 A025470 A046915 * A224296 A019333 A021454
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 09 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 June 1 08:45 EDT 2024. Contains 373015 sequences. (Running on oeis4.)