login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A176051
Decimal expansion of (2+sqrt(6))/2.
1
2, 2, 2, 4, 7, 4, 4, 8, 7, 1, 3, 9, 1, 5, 8, 9, 0, 4, 9, 0, 9, 8, 6, 4, 2, 0, 3, 7, 3, 5, 2, 9, 4, 5, 6, 9, 5, 9, 8, 2, 9, 7, 3, 7, 4, 0, 3, 2, 8, 3, 3, 5, 0, 6, 4, 2, 1, 6, 3, 4, 6, 2, 8, 3, 6, 2, 5, 4, 8, 0, 1, 8, 8, 7, 2, 8, 6, 5, 7, 5, 1, 3, 2, 6, 9, 9, 2, 9, 7, 1, 6, 5, 5, 2, 3, 2, 0, 1, 1, 7, 4, 0, 9, 2, 9
OFFSET
1,1
COMMENTS
Continued fraction expansion of (2+sqrt(6))/2 is A010694.
a(n) = A115754(n) for n > 1; a(1) = 2.
EXAMPLE
(2+sqrt(6))/2 = 2.22474487139158904909...
MATHEMATICA
RealDigits[(2+Sqrt[6])/2, 10, 120][[1]] (* Harvey P. Dale, Apr 21 2011 *)
CROSSREFS
Cf. A010464 (decimal expansion of sqrt(6)), A115754 (decimal expansion of sqrt(3/2)), A010694 (repeat 2, 4).
Sequence in context: A063823 A182027 A005865 * A245257 A153988 A253059
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Apr 07 2010
STATUS
approved