Recent content by fera

  1. F

    How To Find The Formula of This Permutations?

    Someone has made a program in Java like this: import java.util.*; public class Table { static Scanner console = new Scanner(System.in); public static void main (String[] args) { String list = "010509131741454953572125293337616569737702030406070810111214" +...
  2. F

    How To Find The Formula of This Permutations?

    Hi to all of you guys here… A friend of mine gave me: 1). A paper with a table of 350 rows x 284 columns, which each cell contains of a single number from 0 to 9. This table didn’t typed yet into .xls file. It will be like table on sheet 5 of file Enigma-2.xls if it has. Since here I can’t...
Back
Top