OFFSET
1,1
COMMENTS
Except for initial term is same as n such Mod(2*fibonacci(n)+1,7)=0 - Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 29 2004
From Michael Somos, May 29 2013: (Start)
Dimension of the space of weight n+1 cusp forms for Gamma_1(24).
Dimension of the space of weight 2n+1 cusp forms for Gamma_0(42) is 0. (End)
LINKS
William A. Stein, Dimensions of the spaces S_k(Gamma_0(N)).
William A. Stein, The modular forms database
FORMULA
Conjecture: a(n) = 16*n-12 for n>1. a(n) = 2*a(n-1)-a(n-2) for n>3. G.f.: x*(5+10*x+x^2)/(1-x)^2. - Colin Barker, Sep 23 2012
PROG
(PARI) {a(n) = if( n<2, 5*(n==1), 16*n - 12)}; /* Michael Somos, May 29 2013 */
(Sage) def a(n) : return( len( CuspForms( Gamma1( 24), n+1, prec = 1). basis())); # Michael Somos, May 29 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 08 2001
STATUS
approved