A383793 Numerators of Dirichlet g.f.: Sum_{n>=1} a(n)/n^s = zeta(s-1)^(1/3).
1, 2, 1, 8, 5, 2, 7, 112, 2, 10, 11, 8, 13, 14, 5, 560, 17, 4, 19, 40, 7, 22, 23, 112, 50, 26, 14, 56, 29, 10, 31, 2912, 11, 34, 35, 16, 37, 38, 13, 560, 41, 14, 43, 88, 10, 46, 47, 560, 98, 100, 17, 104, 53, 28, 55, 784, 19, 58, 59, 40, 61, 62, 14, 46592, 65
Offset: 1
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..10000
- Vaclav Kotesovec, Graph - the asymptotic ratio (10000 terms)
Programs
-
PARI
for(n=1, 100, print1(numerator(direuler(p=2, n, 1/(1-p*X)^(1/3))[n]), ", "))
Comments