VOOZH about

URL: https://oeis.org/A258581/internal

⇱ A258581 - OEIS


login
a(1) = 2; for n > 1 if n is even a(n) = gpf(1 + Product_{odd m,m<n}a(m)), while if n is odd a(n) = gpf(1 + Product_{even m,m<n}a(m)).
3