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!)
A244525 Expansion of f(-x^1, -x^7) in powers of x where f(, ) is Ramanujan's general theta function. 4

%I #25 Mar 12 2021 22:24:47

%S 1,-1,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,0,

%T 0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

%U 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0

%N Expansion of f(-x^1, -x^7) in powers of x where f(, ) is Ramanujan's general theta function.

%H Seiichi Manyama, <a href="/A244525/b244525.txt">Table of n, a(n) for n = 0..10000</a>

%H C. G. J. Jacobi, <a href="https://archive.org/stream/gesammelwerke01jacorich#page/n363/mode/2up">Uber die Zur Numerischen Berechnung Der Elliptischen Funtionen Zweckmassigsten Formeln</a>, in Gesammelte Werke, Bd. I, 1881, pp. 343-368. See p. 347 equ. (7.)

%H Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>

%F Euler transform of period 8 sequence [-1, 0, 0, 0, 0, 0, -1, -1, ...].

%F G.f.: f(-x, -x^7) = Sum_{k in Z} (-1)^k * x^(4*k^2 - 3*k).

%F a(n) = (-1)^n * A214263(n).

%F G.f.: Product_{k>0} (1 - x^(8*k-1)) * (1 - x^(8*k-7)) * (1 - x^(8*k)). - _Seiichi Manyama_, Jun 14 2016

%e G.f. = 1 - x - x^7 + x^10 + x^22 - x^27 - x^45 + x^52 + x^76 - x^85 + ...

%e G.f. = q^9 - q^25 - q^121 + q^169 + q^361 - q^441 - q^729 + q^841 + ...

%t a[ n_] := SeriesCoefficient[ QPochhammer[ x^1, x^8] QPochhammer[ x^7, x^8] QPochhammer[ x^8], {x, 0, n}];

%o (PARI) {a(n) = issquare(16*n + 9) * (-1)^n};

%Y Cf. A214263.

%K sign

%O 0,1

%A _Michael Somos_, Jun 29 2014

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 July 2 04:16 EDT 2024. Contains 373947 sequences. (Running on oeis4.)