aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaddiM8 <paddim8@gmail.com>2018-03-10 10:56:34 +0100
committerGitHub <noreply@github.com>2018-03-10 10:56:34 +0100
commite140a49107337a9169628067cebfca79afc009d5 (patch)
treedb7b61022cba5dc92306c6e2e00b63964dde1fa3
parent38cad937b483822cfd650411e97e7dc33c74e7b6 (diff)
downloadPatternToFormula-master.tar.gz
PatternToFormula-master.tar.bz2
PatternToFormula-master.zip
Updated READMEHEADmaster
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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<br />
+**Formula:** 4^n+3<br />
+**Pattern:** 7, 19, 67, 259, 1027, 4099, 16387, 65539, 262147, 1048579, 4194307, 16777219, 67108867, 268435459, 1073741827, 2147483647, 2147483647, 2147483647, 2147483647, 214748364```