A122000 a(n) = ((2^n - 1)^(2^n - 1) + 1) / 2^n.
1, 7, 102943, 27368368148803711, 533411691585101123706582594658103586126397951, 3566766192921360077810945505268211287512797261288920841093043641769808083046939618603793791988232043305924036607
Offset: 1
Keywords
Links
- Eric Weisstein's World of Mathematics, Sierpinski Number of the First Kind.
Programs
-
Mathematica
Table[((2^n-1)^(2^n-1)+1)/2^n,{n,1,7}]
Comments