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!)
A298740 Decimal expansion of (1/2)(1 + sqrt(1 + 4*sqrt(2))). 2
1, 7, 9, 0, 0, 4, 4, 0, 1, 5, 6, 7, 2, 7, 5, 7, 9, 8, 4, 6, 7, 5, 8, 5, 0, 5, 4, 3, 8, 5, 3, 1, 8, 2, 4, 5, 2, 6, 0, 6, 8, 4, 2, 5, 1, 9, 3, 0, 3, 6, 5, 1, 7, 2, 0, 7, 2, 0, 3, 7, 2, 1, 8, 2, 5, 1, 0, 7, 0, 5, 3, 2, 9, 6, 0, 2, 4, 5, 3, 6, 2, 1, 3, 1, 7, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
constant = 1.7900440156727579847... = positive zero of x^2 - x - sqrt(2).
MATHEMATICA
r = (1/2)*(1 + Sqrt[1 + 4*Sqrt[2]])
RealDigits[N[r, 100], 10][[1]]; (* A298740 *)
PROG
(PARI) (1/2)*(1 + sqrt(1 + 4*sqrt(2))) \\ Altug Alkan, Apr 12 2018
(Magma) SetDefaultRealField(RealField(100)); (1/2)*(1 + Sqrt(1 + 4*Sqrt(2))); // G. C. Greubel, Aug 20 2018
CROSSREFS
Sequence in context: A226487 A360990 A328110 * A202283 A322092 A104757
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Feb 13 2018
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)