proposed
approved
proposed
approved
editing
proposed
G.f. = 1 + 2*x - 4*x^5 - 5*x^8 + 7*x^16 + 8*x^21 - 10*x^33 - 11*x^40 + 13*x^56 + ...
G.f. = q + 2*q^4 - 4*q^16 - 5*q^25 + 7*q^49 + 8*q^64 - 10*q^100 - 11*q^121 +...
(PARI) {a(n) = localmy(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^5 / eta(x + A)^2, n))};
(PARI) {a(n) = if(issquare( 3*n + 1, &n), n * (-1)^(n%3 + n), 0)};
(PARI) {a(n) = localmy(A, p, e); if( n<0, 0, n = 3*n + 1; A = factor(n); prod (k=1, matsize(A)[1], if( p=A[k, 1], e=A[k, 2]; if( e%2, 0, (-1)^(p==2) * (-(-1)^(p%3) * p)^(e/2)))))};
approved
editing
M. Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>
M. Somos, <a href="http://cis.csuohio.edu/~somosA010815/multiqa010815pdftxt">Introduction to Ramanujan theta functions</a>
editing
approved
G.f. is a period 1 Fourier series which satisfies f(-1 / (48 t)) = 3456^(1/2) (t/i)^(3/2) g(t) where q = exp(2 pi Pi i t) and g() is g.f. for A080332.
approved
editing
proposed
approved
editing
proposed
Seiichi Manyama, <a href="/A113277/b113277.txt">Table of n, a(n) for n = 0..10000</a>
approved
editing