A070829 Array showing which primes divide n >= 2.
1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0
Offset: 2
Examples
{1}, {0, 1}, {1}, {0, 0, 1}, {1, 1}, {0, 0, 0, 1}, {1}, {0, 1}, {1, 0, 1}... Row n=10: {1,0,1} because p(1)=2 and p(3)= 5 divides 10.
References
- Mark Kac, A Personal History of the Scottish Book, pp. 17-27, in R. D. Mauldin (ed.), The Scottish Book, Birkhäuser, Boston, Basel, 1981.
Links
- W. Lang, First 32 rows.
Crossrefs
Cf. A067255 (array with multiplicities).
Formula
a(n, m)=1 if p(m), m>=1, divides n>=2, with the prime p(m) := A000040(m), else 0.
Comments