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!)
A042100 Numerators of continued fraction convergents to sqrt(574). 2
23, 24, 551, 575, 27001, 27576, 633673, 661249, 31051127, 31712376, 728723399, 760435775, 35708769049, 36469204824, 838031275177, 874500480001, 41065053355223, 41939553835224, 963735237730151 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -(x^7 - 23*x^6 + 24*x^5 - 551*x^4 - 575*x^3 - 551*x^2 - 24*x - 23)/(x^8 - 1150*x^4 + 1). - Vincenzo Librandi, Nov 16 2013
a(n) = 1150*a(n-4) - a(n-8). - Vincenzo Librandi, Nov 16 2013
MATHEMATICA
Numerator[Convergents[Sqrt[574], 30]] (* or *) CoefficientList[Series[-(x^7 - 23 x^6 + 24 x^5 - 551 x^4 - 575 x^3 - 551 x^2 - 24 x - 23)/(x^8 - 1150 x^4 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 16 2013 *)
PROG
(Magma) I:=[23, 24, 551, 575, 27001, 27576, 633673, 661249]; [n le 8 select I[n] else 1150*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 16 2013
CROSSREFS
Cf. A042101.
Sequence in context: A042096 A042098 A041263 * A042101 A042102 A156964
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)