a(1)=1; for n>1, a(n) = a(n-1) / k if there exists an unused positive integer k (choose the smallest) such that a(n) is a distinct positive integer; otherwise a(n) = a(n-1) * k if the same conditions apply.
A371359
a(1)=1; for n>1, a(n) = a(n-1) / k if there exists an unused positive integer k (choose the smallest) such that a(n) is a distinct positive integer; otherwise a(n) = a(n-1) * k if the same conditions apply.
Terms
- a(0) =1a(1) =2a(2) =6a(3) =24a(4) =4a(5) =20a(6) =140a(7) =14a(8) =112a(9) =8a(10) =72a(11) =3a(12) =33a(13) =396a(14) =22a(15) =286a(16) =13a(17) =195a(18) =5a(19) =80a(20) =1360a(21) =68a(22) =1292a(23) =38a(24) =798a(25) =21a(26) =483a(27) =7a(28) =175a(29) =4550
External references
- oeis: A371359