A383792 Denominators of the sequence whose Dirichlet convolution with itself yields fourth powers (A000583).
1, 1, 2, 1, 2, 1, 2, 1, 8, 1, 2, 1, 2, 1, 4, 1, 2, 1, 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, 1, 4, 1, 2, 2, 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
Offset: 1
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
for(n=1, 100, print1(denominator(direuler(p=2, n, 1/(1-p^4*X)^(1/2))[n]), ", "))
Comments