|
Search: id:A135927
|
|
|
| A135927 |
|
a(n) = a(n-1)^2 - 2 with a1=10. |
|
+0 2
|
|
| 10, 98, 9602, 92198402, 8500545331353602, 72259270930397519221389558374402, 5221402235392591963136699520829303150191924374488750728808857602
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
This is the Lucas-Lehmer sequence with starting value u1=10 and the position of the zeros when it is reduced mod(2^p-1) also gives the position of the Mersenne primes. As we have started with n=1, these will occupy the (p-1)th positions in the sequence. For example, the first 12 terms mod(2^13-1) are 10, 98, 1411, 506, 2113, 672, 1077, 4996, 2037, 4721, 128, 0 and hence 8191 is a Mersenne prime. The radicals in the above closed forms are the solutions to x^2-10x+1=0.
|
|
REFERENCES
|
Robinson, Raphael M.; Mersenne and Fermat Numbers, Proceedings of the American Mathematical Society, Vol. 5, No. 5. (October 1954), pp. 842-846.
|
|
FORMULA
|
a(n)=2 cosh[2^(n-1) Log(5+2Sqrt(6))]=Exp[2^(n-1) Log(5+2Sqrt(6))]+ Exp[2^(n-1) Log(5-2Sqrt(6))]= (5+2Sqrt(6))^(2^(n-1))+ (5-2Sqrt(6))^(2^(n-1))=Ceiling[Exp[2^(n-1) Log(5+2Sqrt(6))]]=Ceiling[(5+2Sqrt(6))^(2^(n-1))].
|
|
EXAMPLE
|
2Cosh[2^3 Log[(5+2Sqrt(6))]=92198402, so a(4)=92198402
|
|
MATHEMATICA
|
a[1]=10; a[n_]:=a[n]=a[n-1]^2-2; a[ # ]&/@Range[7]
|
|
CROSSREFS
|
Cf. A000668, A000043, A003010, A095847, A001566, A135928.
Sequence in context: A125445 A163446 A007137 this_sequence A129542 A081109 A004189
Adjacent sequences: A135924 A135925 A135926 this_sequence A135928 A135929 A135930
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Ant King (mathstutoring(AT)ntlworld.com), Dec 07 2007
|
|
|
Search completed in 0.002 seconds
|