From e140a49107337a9169628067cebfca79afc009d5 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Sat, 10 Mar 2018 10:56:34 +0100 Subject: Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ba9d931..21866ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # PatternToFormula A simple Kotlin program to create formulas from a pattern (3 numbers after each other) + +### Examples: + +**Enter numbers:** 7, 19, 67
+**Formula:** 4^n+3
+**Pattern:** 7, 19, 67, 259, 1027, 4099, 16387, 65539, 262147, 1048579, 4194307, 16777219, 67108867, 268435459, 1073741827, 2147483647, 2147483647, 2147483647, 2147483647, 214748364``` -- cgit