A383769 Denominators of the sequence whose Dirichlet convolution with itself yields cubes (A000578).
1, 1, 2, 1, 2, 1, 2, 1, 8, 1, 2, 1, 2, 1, 4, 1, 2, 2, 2, 1, 4, 1, 2, 1, 8, 1, 16, 1, 2, 1, 2, 1, 4, 1, 4, 1, 2, 1, 4, 1, 2, 1, 2, 1, 16, 1, 2, 1, 8, 2, 4, 1, 2, 4, 4, 1, 4, 1, 2, 1, 2, 1, 16, 1, 4, 1, 2, 1, 4, 1, 2, 1, 2, 1, 16, 1, 4, 1, 2, 1, 128, 1, 2, 1, 4, 1, 4
Offset: 1
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..10000
Programs
-
PARI
for(n=1, 100, print1(denominator(direuler(p=2, n, 1/(1-p^3*X)^(1/2))[n]), ", "))