Discussion:
UK Lotto 659 Test1 - Wed 5 Apr 2023
(too old to reply)
NN
2023-04-04 23:24:49 UTC
Permalink
RAND : [17, 16, 36, 58, 41, 54, 34, 35, 6, 22, 25, 14, 48, 7, 19, 40, 10, 57, 31, 5, 26, 21, 50, 23]
CONST : [38, 57, 21, 50, 52, 35, 42, 6, 18, 2, 9, 27, 46, 16, 5, 40, 17, 48, 39, 53, 26, 10, 30, 28]
PRIME : [15, 8, 39, 34, 1, 13, 58, 53, 36, 32, 25, 3, 17, 59, 30, 29, 14, 10, 43, 5, 31, 4, 6, 38]
FIB : [26, 46, 59, 42, 27, 29, 52, 58, 23, 53, 55, 56, 19, 40, 32, 47, 1, 13, 43, 14, 45, 9, 25, 38]
王乾懿 Wang Qianyi (Nan)
2023-04-05 17:18:45 UTC
Permalink
Nan
5, 6, 10, 14, 16, 17, 25, 26, 31, 35, 38, 40, 48, 53, 57, 58. 1. 2. 3. 4. 7. 8. 9. 11
NN
2023-04-06 00:38:17 UTC
Permalink
Result = [4, 18, 29, 30, 39, 52] + bonus= 46


RAND caught: set() ==> score: 0 []
CONST caught: {18, 52, 30, 39} +b ==> score: 44 [20, 16, 6, 2]
PRIME caught: {4, 29, 30, 39} ==> score: 44 [22, 10, 9, 3]
FIB caught: {52, 29} +b ==> score: 37 [19, 18]
Nan caught: {4} ==> score: 5 [5]
--------------------



const [44] = 44
prime [44] = 44
fib [37] = 37
nan [5] = 5
rand [0] = 0
Jerome Fandor
2023-04-07 10:08:04 UTC
Permalink
Post by NN
RAND : [17, 16, 36, 58, 41, 54, 34, 35, 6, 22, 25, 14, 48, 7, 19, 40, 10,
57, 31, 5, 26, 21, 50, 23]
CONST : [38, 57, 21, 50, 52, 35, 42, 6, 18, 2, 9, 27, 46, 16, 5, 40, 17,
48, 39, 53, 26, 10, 30, 28]
PRIME : [15, 8, 39, 34, 1, 13, 58, 53, 36, 32, 25, 3, 17, 59, 30, 29, 14,
10, 43, 5, 31, 4, 6, 38]
FIB : [26, 46, 59, 42, 27, 29, 52, 58, 23, 53, 55, 56, 19, 40, 32, 47,
1, 13, 43, 14, 45, 9, 25, 38]
I like the Primes and Fibs :-)

Jerome
NN
2023-04-07 20:15:00 UTC
Permalink
Post by Jerome Fandor
RAND : [17, 16, 36, 58, 41, 54, 34, 35, 6, 22, 25, 14, 48, 7, 19, 40, 10,
57, 31, 5, 26, 21, 50, 23]
CONST : [38, 57, 21, 50, 52, 35, 42, 6, 18, 2, 9, 27, 46, 16, 5, 40, 17,
48, 39, 53, 26, 10, 30, 28]
PRIME : [15, 8, 39, 34, 1, 13, 58, 53, 36, 32, 25, 3, 17, 59, 30, 29, 14,
10, 43, 5, 31, 4, 6, 38]
FIB : [26, 46, 59, 42, 27, 29, 52, 58, 23, 53, 55, 56, 19, 40, 32, 47,
1, 13, 43, 14, 45, 9, 25, 38]
I like the Primes and Fibs :-)
Jerome
I just avoided them a long time.
Recently I came across a YT vid talking about importance of primes
and the goldenratio which made me reconsider. I really cant explain
it but it seems to just work.

Anyway 1 test doesnt mean anything ask me after test 10 .....

Loading...