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!)
A147313 Decimal expansion of sqrt(11)/2. 2
1, 6, 5, 8, 3, 1, 2, 3, 9, 5, 1, 7, 7, 6, 9, 9, 9, 2, 4, 5, 5, 7, 4, 6, 6, 3, 6, 8, 3, 3, 5, 3, 4, 3, 3, 4, 1, 9, 6, 3, 5, 4, 4, 2, 7, 2, 7, 9, 4, 6, 7, 6, 7, 9, 8, 5, 2, 9, 3, 4, 1, 0, 7, 3, 0, 5, 8, 2, 4, 2, 3, 2, 1, 3, 0, 4, 5, 2, 1, 9, 2, 3, 3, 5, 4, 4, 2, 1, 6, 9, 9, 5, 6, 4, 1, 4, 5, 3, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
D. Mumford et al., Indra's Pearls, Cambridge 2002; see p. 308.
LINKS
EXAMPLE
1.6583123951776999245574663683353433419635442727946767985293...
MAPLE
evalf( sqrt(11)/2, 120); # G. C. Greubel, Jan 09 2020
MATHEMATICA
RealDigits[Sqrt[11]/2, 10, 120][[1]] (* Harvey P. Dale, Mar 06 2012 *)
PROG
(PARI) default(realprecision, 120); sqrt(11)/2 \\ G. C. Greubel, Jan 09 2020
(Magma) SetDefaultRealField(RealField(120)); Sqrt(11)/2; // G. C. Greubel, Jan 09 2020
(Sage) numerical_approx(sqrt(11)/2, digits=120) # G. C. Greubel, Jan 09 2020
CROSSREFS
Cf. A010468 (sqrt(11)).
Sequence in context: A195446 A262993 A201764 * A242759 A021607 A298172
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Nov 22 2009
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 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)