login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010178 Continued fraction for sqrt(113). 2
10, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2, 1, 1, 1, 20, 1, 1, 1, 2, 2
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
FORMULA
G.f.: (10 + x + x^2 + x^3 + 2*x^4 + 2*x^5 + x^6 + x^7 + x^8 + 10*x^9)/(1-x^9). - Vincenzo Librandi, Jun 13 2013
a(n) = a(n-9), n >= 10. - Vincenzo Librandi, Jun 14 2013
MATHEMATICA
ContinuedFraction[Sqrt[113], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 11 2011 *)
CoefficientList[Series[(10 + x + x^2 + x^3 + 2 x^4 + 2 x^5 + x^6 + x^7 + x^8 + 10 x^9) / (1 - x^9), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 13 2013 *)
PROG
(Magma) I:=[10, 1, 1, 1, 2, 2, 1, 1, 1, 20]; [n le 10 select I[n] else Self(n-9): n in [1..80]]; // Vincenzo Librandi, Jun 14 2013
CROSSREFS
Sequence in context: A284100 A279051 A332804 * A070596 A306363 A347119
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 09:52 EDT 2024. Contains 376008 sequences. (Running on oeis4.)