aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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```