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!)
A190283 Decimal expansion of 1+sqrt(1+sqrt(2)). 3
2, 5, 5, 3, 7, 7, 3, 9, 7, 4, 0, 3, 0, 0, 3, 7, 3, 0, 7, 3, 4, 4, 1, 5, 8, 9, 5, 3, 0, 6, 3, 1, 4, 6, 9, 4, 8, 1, 6, 4, 5, 8, 3, 4, 9, 9, 4, 1, 0, 3, 0, 7, 8, 3, 6, 3, 3, 2, 6, 7, 1, 1, 4, 8, 3, 3, 3, 6, 7, 5, 2, 5, 6, 7, 8, 8, 7, 3, 3, 1, 0, 2, 7, 2, 7, 9, 3, 7, 8, 8, 6, 1, 1, 7, 4, 3, 6, 7, 7, 4, 4, 9, 2, 8, 8, 3, 7, 3, 3, 5, 4, 3, 6, 6, 6, 6, 6, 6, 1, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The rectangle R whose shape (i.e., length/width) is 1+sqrt(1+sqrt(2)) can be partitioned into rectangles of shapes 2 and sqrt(2) in a manner that matches the periodic continued fraction [2, r, 2, r, ...]. R can also be partitioned into squares so as to match the nonperiodic continued fraction [2,1,1,4,6,1,2,2,2,1,1,6,...] at A190284. For details, see A188635.
A quartic integer with minimal polynomial x^4 - 4x^3 + 4x^2 - 2. - Charles R Greathouse IV, Feb 09 2017
LINKS
EXAMPLE
2.553773974030037307344158953063146948165...
MATHEMATICA
r=2^(1/2)
FromContinuedFraction[{2, r, {2, r}}]
FullSimplify[%]
ContinuedFraction[%, 100] (* A190284 *)
RealDigits[N[%%, 120]] (* A190283 *)
N[%%%, 40]
PROG
(PARI) sqrt(sqrt(2)+1)+1 \\ Charles R Greathouse IV, Feb 09 2017
(PARI) polrootsreal(x^4 - 4*x^3 + 4*x^2 - 2)[2] \\ Charles R Greathouse IV, Feb 09 2017
(Magma) 1+Sqrt(1+Sqrt(2)); // G. C. Greubel, Apr 14 2018
CROSSREFS
Sequence in context: A161013 A115522 A362138 * A272414 A194367 A078312
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 07 2011
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 July 16 05:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)