login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A257900 Expansion of 1/2 - (phi(-q)^2 + phi(-q^9)^2) / 4 in powers of q where phi() is a Ramanujan theta function. 2
1, -1, 0, -1, 2, 0, 0, -1, 2, -2, 0, 0, 2, 0, 0, -1, 2, -2, 0, -2, 0, 0, 0, 0, 3, -2, 0, 0, 2, 0, 0, -1, 0, -2, 0, -2, 2, 0, 0, -2, 2, 0, 0, 0, 4, 0, 0, 0, 1, -3, 0, -2, 2, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, -1, 4, 0, 0, -2, 0, 0, 0, -2, 2, -2, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions.
FORMULA
Expansion of 1/2 - (eta(q)^4 * eta(q^18)^2 + eta(q^2)^2 * eta(q^9)^4) / (2 * eta(q^2) * eta(q^18))^2 in powers of q. - Michael Somos, Jun 02 2015
a(n) is multiplicative with a(2^e) = -1 if e>0, a(3^e) = 1 + (-1)^e if e>0, a(p^e) = (1 + (-1)^e) / 2 if p == 3 (mod 4), a(p^e) = e+1 if p == 1 (mod 4).
a(3*n + 1) = A258277(n). a(3*n + 2) = - A258278(n). a(9*n) = 2 * A113652(n). a(9*n + 3) = a(9*n + 6) = 0.
-2 * a(n) = A258322(n) unless n = 0 or n == 2 (mod 3).
Sum_{k=1..n} abs(a(k)) ~ (5*Pi/18) * n. - Amiram Eldar, Jan 29 2024
EXAMPLE
G.f. = q - q^2 - q^4 + 2*q^5 - q^8 + 2*q^9 - 2*q^10 + 2*q^13 - q^16 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 1/2 - (EllipticTheta[ 4, 0, q]^2 + EllipticTheta[ 4, 0, q^9]^2) / 4, {q, 0, n}]; (* Michael Somos, Jun 02 2015 *)
PROG
(PARI) {a(n) = my(A, p, e); if( n<1, 0, A = factor(n); prod( k=1, matsize(A)[1], [p, e] = A[k, ]; if( p==2, -1, p%4==3, if( p>3, 1, 2) * (1-e%2), e+1)))};
CROSSREFS
Sequence in context: A303065 A325406 A360675 * A362426 A039971 A205593
KEYWORD
sign,mult
AUTHOR
Michael Somos, May 25 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)