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!)
A256453 Expansion of cusp form for Gamma1(11) of weight 3 in powers of q with expansion being q^5 + ... 1
1, -5, 8, -2, -5, 4, -11, 19, -2, -6, -9, -7, 26, -2, -7, -4, -6, 11, -5, -7, 12, 12, 4, -32, -20, 28, 23, 1, 0, -52, 24, 7, 5, 12, -10, -8, -11, 12, -1, 33, -28, -2, -32, 22, 12, 9, 26, -26, -40, -19, 33, 44, -8, 18, -33, -32, 34, -44, 8, 58, 16, -66, 7, -13 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,2
LINKS
FORMULA
Euler transform of period 11 sequence [-5, -2, -2, -1, 1, 1, -1, -2, -2, -5, -6, ...].
EXAMPLE
G.f. = q^5 - 5*q^6 + 8*q^7 - 2*q^8 - 5*q^9 + 4*q^10 - 11*q^11 + 19*q^12 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ q^5 Product[(1 - q^k)^{5, 2, 2, 1, -1, -1, 1, 2, 2, 5, 6}[[Mod[k, 11, 1]]], {k, 1, n - 5}], {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<5, 0, n -= 5; A = 1 + x * O(x^n); polcoeff( prod(k=1, n, (1 - x^k)^[6, 5, 2, 2, 1, -1, -1, 1, 2, 2, 5][k%11 + 1], A), n))};
(Magma) Basis( CuspForms( Gamma1(11), 3), 69) [5];
CROSSREFS
Sequence in context: A180155 A110989 A099736 * A276627 A119420 A134469
KEYWORD
sign
AUTHOR
Michael Somos, Mar 29 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)