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!)
A246582 G.f.: x^((k^2+k)/2)/(mul(1-x^i,i=1..k)*mul(1+x^r,r=1..oo)) with k = 3. 3
0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, -1, 1, -2, 1, -3, 1, -4, 2, -5, 3, -6, 5, -7, 7, -8, 10, -10, 13, -12, 17, -15, 21, -19, 26, -24, 31, -30, 38, -38, 45, -47, 54, -58, 64, -71, 77, -86, 91, -103, 109, -124, 129, -147, 154, -174, 182, -205, 216, -241, 254, -282, 300, -330, 351, -384, 412, -447, 480, -519, 560, -602, 649, -696, 753, -805 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,14
REFERENCES
Fulman, Jason. Random matrix theory over finite fields. Bull. Amer. Math. Soc. (N.S.) 39 (2002), no. 1, 51--85. MR1864086 (2002i:60012). See top of page 70, Eq. 3, with k=3.
LINKS
FORMULA
a(n) ~ (-1)^n * 3^(1/4) * exp(sqrt(n/6)*Pi) / (2^(13/4)*Pi*n^(1/4)). - Vaclav Kotesovec, Mar 12 2016
MAPLE
fSp:=proc(k) local a, i, r;
a:=x^((k^2+k)/2)/mul(1-x^i, i=1..k);
a:=a/mul(1+x^r, r=1..101);
series(a, x, 101);
seriestolist(%);
end;
fSp(3);
MATHEMATICA
nmax = 100; CoefficientList[Series[x^6/((1-x)*(1-x^2)*(1-x^3)) * Product[1/(1+x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Mar 11 2016 *)
CROSSREFS
For k=0 and 1 we get A081362, A027349 (apart from signs). Cf. A246581, A246583.
Sequence in context: A189357 A100053 A029194 * A059499 A113322 A007380
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Aug 31 2014
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 10 17:16 EDT 2024. Contains 375058 sequences. (Running on oeis4.)