[go: up one dir, main page]

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!)
Revision History for A256552 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A256552 Expansion of the unique weight 11/2 Gamma1(4) cusp form in powers of q.
(history; published version)
#8 by Charles R Greathouse IV at Thu Sep 08 08:46:11 EDT 2022
PROG

(MAGMAMagma) Basis( CuspForms( Gamma1(4), 11/2), 50)[1];

Discussion
Thu Sep 08 08:46
OEIS Server: https://oeis.org/edit/global/2944
#7 by Joerg Arndt at Sat Apr 14 07:32:09 EDT 2018
STATUS

reviewed

approved

#6 by Michel Marcus at Sat Apr 14 01:14:55 EDT 2018
STATUS

proposed

reviewed

#5 by G. C. Greubel at Sat Apr 14 00:34:50 EDT 2018
STATUS

editing

proposed

#4 by G. C. Greubel at Sat Apr 14 00:34:44 EDT 2018
LINKS

G. C. Greubel, <a href="/A256552/b256552.txt">Table of n, a(n) for n = 1..1000</a>

STATUS

approved

editing

#3 by Michael Somos at Wed Apr 01 17:19:02 EDT 2015
STATUS

editing

approved

#2 by Michael Somos at Wed Apr 01 17:18:57 EDT 2015
NAME

allocatedExpansion of the unique weight 11/2 Gamma1(4) cusp form in forpowers Michaelof Somosq.

DATA

1, -2, -8, 16, 20, -36, 0, -32, -75, 220, 104, -128, -44, -392, 0, 256, 232, 474, -536, 320, 168, -1124, 0, -576, 245, 852, 1248, 0, -1668, 2040, 0, -512, -1368, -2632, -560, -1200, 4756, 1428, 0, 3520, 656, -3528, -3224, 1664, -4740, 2168, 0, -2048, 1449

OFFSET

1,2

FORMULA

Expansion of q * f(-q)^2 * f(-q^2)^7 * f(-q^4)^2 in powers of q where f() is a Ramanujan theta function.

Expansion of eta(q)^2 * eta(q^2)^7 * eta(q^4)^2 in powers of q.

Euler transform of period 4 sequence [ -2, -9, -2, -11, ...].

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

G.f.: x * Product_{k>0} (1 - x^k)^2 * (1 - x^(2*k))^7 * (1 - x^(4*k))^2.

a(8*n + 7) = 0. a(4*n) = 16 * a(n).

EXAMPLE

G.f. = q - 2*q^2 - 8*q^3 + 16*q^4 + 20*q^5 - 36*q^6 - 32*q^8 - 75*q^9 + ...

MATHEMATICA

a[ n_] := SeriesCoefficient[ q QPochhammer[ q]^2 QPochhammer[ q^2]^7 QPochhammer[ q^4]^2, {q, 0, n}];

PROG

(PARI) {a(n) = my(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x + A)^2 * eta(x^2 + A)^7 * eta(x^4 + A)^2, n))};

(MAGMA) Basis( CuspForms( Gamma1(4), 11/2), 50)[1];

KEYWORD

allocated

sign

AUTHOR

Michael Somos, Apr 01 2015

STATUS

approved

editing

#1 by Michael Somos at Wed Apr 01 17:18:57 EDT 2015
NAME

allocated for Michael Somos

KEYWORD

allocated

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 August 31 06:39 EDT 2024. Contains 375552 sequences. (Running on oeis4.)