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!)
A281722 Expansion of r(q) * s(q) in powers of q where r(), s() are cubic AGM functions. 5
1, 3, -18, 12, 21, -36, 36, 24, -90, 12, 54, -72, 84, 42, -144, 72, 93, -108, 36, 60, -252, 96, 108, -144, 180, 93, -252, 12, 168, -180, 216, 96, -378, 144, 162, -288, 84, 114, -360, 168, 270, -252, 288, 132, -504, 72, 216, -288, 372, 171, -558, 216, 294, -324 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Cubic AGM theta functions: r(q) (see A004016), s(q) (A005928), t(q) (A005882).
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000 (terms 0..5000 from G. C. Greubel)
FORMULA
Convolution of the sequences A004016 and A005928.
The g.f. is the product of the g.f.'s for A004016 and A005928. - N. J. A. Sloane, Jan 30 2017
Expansion of eta(q)^3 * (eta(q)^3 + 9 * eta(q^9)^3) / eta(q^3)^2 in powers of q.
G.f. is a period 1 Fourier series which satisfies f(-1 / (9 t)) = 81 (t/i)^2 g(t) where q = exp(2 Pi i t) and g() is the g.f. for A144614.
a(3*n + 2) = A096726(3*n + 2) - 27 * A033686(n). a(n) == A096726(n) (mod 27). - Michael Somos, Sep 04 2017
EXAMPLE
G.f. = 1 + 3*q - 18*q^2 + 12*q^3 + 21*q^4 - 36*q^5 + 36*q^6 + 24*q^7 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ q]^3 (QPochhammer[ q]^3 + 9 q QPochhammer[ q^9]^3) / QPochhammer[ q^3]^2, {q, 0, n}];
PROG
(PARI) {a(n) = if( n<0, 0, my(A = x * O(x^n)); polcoeff( eta(x + A)^3 * (eta(x + A)^3 + 9 * x * eta(x^9 + A)^3) / eta(x^3 + A)^2, n))};
CROSSREFS
Sequence in context: A007475 A324889 A281791 * A098874 A077104 A073815
KEYWORD
sign
AUTHOR
Michael Somos, Jan 28 2017
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)