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!)
A041866 Numerators of continued fraction convergents to sqrt(455). 2
21, 64, 2709, 8191, 346731, 1048384, 44378859, 134184961, 5680147221, 17174626624, 727014465429, 2198218022911, 93052171427691, 281354732305984, 11909950928279019, 36011207517143041, 1524380666648286741 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -(x^3-21*x^2-64*x-21)/(x^4-128*x^2+1). - Vincenzo Librandi, Nov 11 2013
a(n) = 128*a(n-2)-a(n-4). - Vincenzo Librandi, Nov 11 2013
MATHEMATICA
Numerator[Convergents[Sqrt[455], 30]] (* or *) CoefficientList[Series[-(x^3 - 21 x^2 - 64 x - 21)/(x^4 - 128 x^2 + 1), {x, 0, 25}], x] (* Vincenzo Librandi, Nov 11 2013 *)
PROG
(Magma) I:=[21, 64, 2709, 8191]; [n le 4 select I[n] else 128*Self(n-2)-Self(n-4): n in [1..20]]; // Vincenzo Librandi, Nov 11 2013
CROSSREFS
Cf. A041867.
Sequence in context: A041862 A041860 A041864 * A020211 A014641 A259677
KEYWORD
nonn,cofr,frac,easy,less
AUTHOR
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)