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!)
A041284 Numerators of continued fraction convergents to sqrt(155). 2
12, 25, 112, 249, 6088, 12425, 55788, 124001, 3031812, 6187625, 27782312, 61752249, 1509836288, 3081424825, 13835535588, 30752496001, 751895439612, 1534543375225, 6890068940512, 15314681256249 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 498*a(n-4)-a(n-8). - Vincenzo Librandi, Nov 01 2013
G.f.: (1+x)*(12 +13*x +99*x^2 +150*x^3 -38*x^4 +13*x^5 -x^6)/(1 -498*x^4 +x^8). [Bruno Berselli, Nov 01 2013]
MATHEMATICA
Numerator[Convergents[Sqrt[155], 30]] (* Vincenzo Librandi, Nov 01 2013 *)
PROG
(Magma) I:=[12, 25, 112, 249, 6088, 12425, 55788, 124001]; [n le 8 select I[n] else 498*Self(n-4)-Self(n-8): n in [1..25]]; // Vincenzo Librandi, Nov 01 2013
CROSSREFS
Cf. A041285.
Sequence in context: A042869 A041282 A195116 * A171069 A042193 A041286
KEYWORD
nonn,cofr,frac,easy
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 11:14 EDT 2024. Contains 371278 sequences. (Running on oeis4.)