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!)
A063208 Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 36 ). 0
1, 1, 2, 3, 4, 4, 6, 6, 7, 8, 9, 9, 11, 11, 12, 13, 14, 14, 16, 16, 17, 18, 19, 19, 21, 21, 22, 23, 24, 24, 26, 26, 27, 28, 29, 29, 31, 31, 32, 33, 34, 34, 36, 36, 37, 38, 39, 39, 41, 41, 42, 43, 44, 44, 46, 46, 47, 48, 49, 49, 51, 51, 52, 53, 54, 54, 56, 56, 57, 58, 59, 59, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
William A. Stein, The modular forms database
FORMULA
G.f.: x(1-x^5)/((1-x)(1-x^2)(1-x^3)), if n>0. a(n)=-a(1-n). a(n+6)=a(n)+5.
MATHEMATICA
Rest@ CoefficientList[Series[x (1 - x^5)/((1 - x) (1 - x^2) (1 - x^3)), {x, 0, 73}], x] (* Michael De Vlieger, Apr 13 2016 *)
LinearRecurrence[{0, 1, 1, 0, -1}, {1, 1, 2, 3, 4}, 80] (* Harvey P. Dale, Jun 18 2018 *)
PROG
(PARI) a(n)=5*(n-1)\6+(n%6!=0)
CROSSREFS
Sequence in context: A342496 A061984 A337125 * A343912 A262265 A227683
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 10 2001
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)