What is smallest Fibonacci number which is also lucky, happy and fortunate.
Clarification
-
A number is said to be "lucky" if they survived the elimination method. Start with positive integer from 1, the first elimination removes every second term of the sequence, and afterwards, using the first surviving list, removes every
n
-th term (where
n
is the least surviving integer greater than 1). The process repeats until no more terms is available to remove, and the sequence of number remains is the sequence of "lucky number"
-
A number is said to be "happy" if, when squaring all digits and sum them up, produces a new number, and when perform the process repeatedly, produces 1. For example, 79 is "happy", as
7
2
+
9
2
=
1
3
0
⇒
1
2
+
3
2
+
0
2
=
1
0
⇒
1
2
+
0
2
=
1
-
A number is said to be "fortunate" if it is the least positive integer
n
such that
n
+
∏
p
m
is a prime, where
p
m
is the
m
-th positive prime number
Number 1 3 is Fibonacci number that is also: lucky , happy , fortunate .
So much for the myth of unlucky 1 3 :).
1 3 is also polite and Wilson prime .