login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099876 Decimal expansion of a nested radical: sqrt(1! + sqrt(2! + sqrt(3! + ... 7
1, 8, 2, 7, 0, 1, 4, 7, 1, 7, 6, 0, 8, 5, 9, 2, 2, 2, 6, 3, 7, 3, 8, 4, 3, 1, 9, 2, 8, 5, 2, 8, 9, 2, 4, 7, 3, 7, 4, 7, 9, 3, 6, 2, 9, 6, 0, 8, 2, 5, 4, 8, 5, 4, 4, 2, 6, 1, 6, 2, 4, 6, 2, 9, 5, 6, 2, 1, 0, 0, 1, 5, 2, 3, 8, 7, 0, 9, 6, 7, 2, 7, 8, 3, 1, 0, 7, 2, 4, 4, 1, 6, 6, 1, 4, 3, 0, 5, 5, 5, 0 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

1.82701471760859222637384319285...

MATHEMATICA

RealDigits[Fold[Sqrt[#1 + #2] &, 0, Reverse[Range[100]!]], 10, 111][[1]]

PROG

(PARI) t=0:forstep(n=300, 1, -1, t=sqrt(t+n!)):print(t) gives more than enough correct digits for the number given here.

CROSSREFS

Cf. A072449, A099874.

Sequence in context: A199158 A086089 A091350 * A153203 A152179 A132716

Adjacent sequences:  A099873 A099874 A099875 * A099877 A099878 A099879

KEYWORD

cons,easy,nonn

AUTHOR

Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 02 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:48 EST 2012. Contains 205939 sequences.