login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A180318 Expansion of a(-q) in powers of q where a(q) is a cubic AGM function. 0
1, -6, 0, -6, 6, 0, 0, -12, 0, -6, 0, 0, 6, -12, 0, 0, 6, 0, 0, -12, 0, -12, 0, 0, 0, -6, 0, -6, 12, 0, 0, -12, 0, 0, 0, 0, 6, -12, 0, -12, 0, 0, 0, -12, 0, 0, 0, 0, 6, -18, 0, 0, 12, 0, 0, 0, 0, -12, 0, 0, 0, -12, 0, -12, 6, 0, 0, -12, 0, 0, 0, 0, 0, -12, 0, -6, 12, 0, 0, -12, 0, -6, 0, 0, 12, 0, 0, 0, 0, 0, 0, -24, 0, -12 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..93.

FORMULA

Expansion of 2 * a(q^4) - a(q) in powers of q.

Expansion of theta_3(-q) * theta_3(-q^3) - theta_2(q) * theta_2(q^3) in powers of q.

G.f. is a period 1 Fourier series which satisfies f(-1 / (12 t)) = - (12)^(1/2) (t/i) f(t) where q = exp(2 pi i t).

a(n) = (-1)^n * A004016(n).

G.f.: 1 + 6 * Sum_{k>0} (-x)^k/(1 + (-x)^k + x^(2*k)) = Sum_{j,k} (-x)^(j*j + j*k + k*k).

EXAMPLE

1 - 6*q - 6*q^3 + 6*q^4 - 12*q^7 - 6*q^9 + 6*q^12 - 12*q^13 + 6*q^16 + ...

PROG

(PARI) {a(n) = if( n<1, n==0, 6 * (-1)^n * sumdiv(n, d, kronecker(d, 3)))}

CROSSREFS

Sequence in context: A198499 A092605 A004016 * A093577 A065442 A198752

Adjacent sequences:  A180315 A180316 A180317 * A180319 A180320 A180321

KEYWORD

sign

AUTHOR

Michael Somos, Aug 27 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 17:18 EDT 2013. Contains 225434 sequences.