A369686 LCM-transform of A359804 (see Comment and links).
1, 2, 3, 5, 2, 1, 1, 7, 3, 2, 1, 1, 11, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 7, 13, 3, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 17, 1, 1, 19, 1, 1, 1, 1, 1, 1, 1, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 29, 1, 1, 1, 1, 1, 1, 1, 11, 1, 5, 1, 1, 1, 1, 1, 1, 3, 31, 1
Offset: 1
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
- Andrzej Nowicki, Strong divisibility and LCM-sequences, arXiv:1310.2416 [math.NT], 2013.
- Andrzej Nowicki, Strong divisibility and LCM-sequences, Am. Math. Monthly (2015) Vol. 122, 958-966.
Programs
-
Mathematica
nn = 120; c[] = False; q[] = 1; Array[Set[{a[#], c[#]}, {#, True}] &, 2]; Set[{i, j}, {1, 2}]; m = 2; u = 3; Do[ (k = q[#]; While[c[k #], k++]; k *= #; While[c[# q[#]], q[#]++]) &[ (p = 2; While[Divisible[i j, p], p = NextPrime[p]]; p)]; Set[{a[n], c[k], i, j, m}, {#/m, True, j, k, #}] &[LCM[m, k]]; If[k == u, While[c[u], u++]], {n, 3, nn}]; Array[a, nn] (* Michael De Vlieger, Jan 29 2024 *)
Extensions
More terms from Michael De Vlieger, Jan 29 2024
Comments