|
| |
|
|
A002509
|
|
Expansion of a modular function for Gamma_0(14).
(Formerly M3256 N1314)
|
|
1
| |
|
|
1, -1, 4, -5, 15, -19, 45, -52, 118, -137, 281, -316, 625, -695, 1331, -1444, 2696, -2907, 5308, -5640, 10122, -10650, 18845, -19628, 34241, -35378, 61036, -62524, 106783, -108593, 183799, -185646, 311625, -312800, 521232, -520044, 860728, -854151, 1404871, -1386868, 2267960, -2228161
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 4,3
|
|
|
REFERENCES
| Newman, Morris; Construction and application of a class of modular functions. II. Proc. London Math. Soc. (3) 9 1959 373-387.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
FORMULA
| eta(z)*eta(14z)^11/(eta(2z)^5*eta(7z)^7)
Euler transform of period 14 sequence [ -1, 4, -1, 4, -1, 4, 6, 4, -1, 4, -1, 4, -1, 0, ...]. - Michael Somos Nov 10 2005
|
|
|
PROG
| (PARI) {a(n)=local(A); if(n<4, 0, n-=4; A=x*O(x^n); polcoeff( eta(x+A)*eta(x^14+A)^11/ eta(x^2+A)^5/eta(x^7+A)^7, n))} /* Michael Somos Nov 10 2005 */
|
|
|
CROSSREFS
| Sequence in context: A042535 A066516 A047184 * A100234 A007390 A037955
Adjacent sequences: A002506 A002507 A002508 * A002510 A002511 A002512
|
|
|
KEYWORD
| sign,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| More terms from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jan 14 2001
|
| |
|
|