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”).

Numbers k such that sqrt(k + sqrt(k + sqrt(k + ...))) is an even perfect number.
0

%I #14 Aug 20 2015 22:39:15

%S 30,756,245520,66056256,1125625012162560,73785850390636462080,

%T 18889393873815823712256,5316911978187903333320785637991776256

%N Numbers k such that sqrt(k + sqrt(k + sqrt(k + ...))) is an even perfect number.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PerfectNumber.html"> PerfectNumber</a>

%F a(n) = 2^(A000043(n) - 2)*(2^A000043(n) - 2)*(2^A000043(n) - 1)*(2^A000043(n) + 1).

%e For n = 1, a(1) = 30 since sqrt(30 + sqrt(30 + sqrt(30 + ...))) = 6, which is an even perfect number.

%Y Cf. A000396, A000043.

%K nonn

%O 1,1

%A _Ilya Gutkovskiy_, Aug 07 2015