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!)
A040029 Continued fraction for sqrt(35). 4
5, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac.
FORMULA
From Amiram Eldar, Nov 12 2023: (Start)
Multiplicative with a(2^e) = 10, and a(p^e) = 1 for an odd prime p.
Dirichlet g.f.: zeta(s) * (1 + 9/2^s). (End)
EXAMPLE
5.9160797830996160425673282... = 5 + 1/(1 + 1/(10 + 1/(1 + 1/(10 + ...)))). - Harry J. Smith, Jun 04 2009
MAPLE
Digits := 100: convert(evalf(sqrt(N)), confrac, 90, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[35], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 06 2011 *)
PadRight[{5}, 120, {10, 1}] (* Harvey P. Dale, Mar 23 2021 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 22000); x=contfrac(sqrt(35)); for (n=0, 20000, write("b040029.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 04 2009
CROSSREFS
Cf. A010490 (decimal expansion).
Sequence in context: A254068 A146070 A308504 * A105086 A305838 A329373
KEYWORD
nonn,cofr,easy,mult
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 23 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)