/* * Title: 235 numbers * written by Arthur Gapusan (ajgapusan@hotmail.com) * http://www.planet-java.biz.ly * */ class a235 { public static void main(String args[]) { int n = Integer.parseInt(args[0]); int ctr = 1; System.out.println(1); for (int x=2;ctr