|
| |
|
|
A105548
|
|
Continued fraction expansion of prime nested radical A105546.
|
|
5
| |
|
|
2, 9, 1, 1, 1, 7, 3, 5, 4, 1, 1, 1, 3, 2, 2, 1, 1, 1, 1, 15, 1, 3, 1, 41, 6, 1, 3, 1, 3, 10, 1, 1, 1, 9, 9, 1, 25, 1, 3, 1, 1, 2, 2, 2, 1, 34, 59, 2, 2, 2, 1, 2, 2, 3, 3, 1, 5, 2, 21, 3, 4, 10, 1, 3, 20, 2, 3, 2, 1, 4, 7, 1, 6, 1, 6, 3, 4, 1, 3, 5, 6, 1, 1, 4, 1, 3, 6, 25, 7, 2, 1, 1, 2, 1, 6, 1, 1, 7, 1, 3, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Records are: 9,15,41,59,117,153,599,1663,8212,..., . Robert G. Wilson v: "It would appear superficially that this constant is normal." Sqrt(1 + Sqrt(2 + Sqrt(3 + Sqrt(4 + ... = ~ 1.75793275661800... "It was discovered by T. Vijayaraghavan that the infinite radical, sqrt( a_1 + sqrt( a_2 + sqrt ( a_3 + sqrt( a_4 + ... where a_n => 0, will converge to a limit if and only if the limit of (ln a_n)/2^n exists." [Clawson, 229; A072449] We know the asymptotic limit of primes and hence that the Prime Nested Radical converges.
|
|
|
REFERENCES
| Borwein, J. M. and de Barra, G. "Nested Radicals." Amer. Math. Monthly 98, 735-739, 1991.
Calvin C. Clawson, "Mathematical Mysteries, the beauty and magic of numbers," Perseus Books, Cambridge, Mass., 1996, pages 142 & 229.
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Nested Radical Constant.
|
|
|
FORMULA
| Continued fraction expansion of Sqrt(2 + Sqrt(3 + Sqrt(5 + Sqrt(7 + Sqrt(11 + ... + Sqrt(Prime(n))))).
|
|
|
MATHEMATICA
| Mathematica by Robert G. Wilson v (rgwv(AT)rgwv.com). f[n_] := Block[{k = n, s = 0}, While[k > 0, s = Sqrt[s + k]; k-- ]; s]; ContinuedFraction[ f[100], 101],
|
|
|
CROSSREFS
| Cf. A000040, A072449, A105546.
Sequence in context: A128892 A187556 A198103 * A153093 A094242 A199381
Adjacent sequences: A105545 A105546 A105547 * A105549 A105550 A105551
|
|
|
KEYWORD
| cofr,easy,nonn
|
|
|
AUTHOR
| Jonathan Vos Post (jvospost3(AT)gmail.com), Apr 14 2005
|
| |
|
|