public static class Initialization
public const int maxX = 10;
public static void Main()
int n = Initialization.maxX;
for ( int x = 1; x <= n; ++x )
t = Math.Pow( t, 1.0/3.0 );
int y = (int) ( t + 0.5 );
Console.WriteLine( "y = [ x^(2/3) + 0.5 ] = [ {0}^(2/3) + 0.5 ] = [ {1} + 0.5 ] = {2}", x, t, y );