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!)
A040041 Continued fraction for sqrt(48). 4
6, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 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) = 12, and a(p^e) = 1 for an odd prime p.
Dirichlet g.f.: zeta(s) * (1 + 11/2^s). (End)
EXAMPLE
6.9282032302755091741097853... = 6 + 1/(1 + 1/(12 + 1/(1 + 1/(12 + ...)))). - Harry J. Smith, Jun 06 2009
MAPLE
Digits := 100: convert(evalf(sqrt(N)), confrac, 90, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[48], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 07 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 24000); x=contfrac(sqrt(48)); for (n=0, 20000, write("b040041.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 06 2009
CROSSREFS
Cf. A010502 (decimal expansion).
Sequence in context: A342635 A107348 A342917 * A162933 A304252 A229085
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 May 11 11:07 EDT 2024. Contains 372409 sequences. (Running on oeis4.)