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!)
A343587 Decimal expansion of prime nested prime(n)-th roots. 1
1, 9, 0, 9, 0, 5, 8, 1, 1, 1, 4, 4, 1, 9, 2, 2, 0, 2, 6, 8, 8, 5, 8, 3, 1, 4, 2, 8, 5, 6, 2, 8, 1, 8, 8, 4, 9, 0, 2, 2, 2, 7, 2, 6, 0, 2, 6, 4, 3, 8, 9, 4, 1, 8, 4, 6, 6, 3, 2, 0, 1, 8, 6, 6, 4, 7, 2, 3, 8, 4, 6, 7, 9, 2, 1, 1, 9, 3, 7, 8, 4, 6, 1, 2, 4, 9, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Wikipedia, Nested radical
FORMULA
(2 + (3 + (5 + (7 + (prime(n) + ...)^(1/prime(n)))^(1/7))^(1/5))^(1/3))^(1/2).
EXAMPLE
1.90905811144192202688583142856281884902227260264389418466320186647238...
MATHEMATICA
RealDigits[Fold[Surd[#1+#2, #2]&, 0, Prime[Range[55, 1, -1]]], 10, 200][[1]] (* Paolo Xausa, Mar 04 2023 *)
PROG
(PARI) localprec(100); N=100; my(p=prime(N), x=0); for (k=1, N, x = (x + p)^(1/p); p = precprime(p-1); ); x \\ Michel Marcus, Apr 21 2021
CROSSREFS
Sequence in context: A167545 A272965 A059058 * A021015 A010680 A248724
KEYWORD
nonn,cons
AUTHOR
Paolo Xausa, Apr 21 2021
EXTENSIONS
More terms from Paolo Xausa, Mar 04 2023
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 24 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)