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!)
A107731 Row 7 of the array in A107735. 1
1, 21, 141, 521, 1401, 3101, 6021, 10641, 17521, 27301, 40701, 58521, 81641, 111021, 147701, 192801, 247521, 313141, 391021, 482601, 589401, 713021, 855141, 1017521, 1202001, 1410501, 1645021, 1907641, 2200521, 2525901, 2886101, 3283521 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
S. Mukai, An Introduction to Invariants and Moduli, Cambridge, 2003; see p. 483.
LINKS
FORMULA
a(n) = 1 + (n^2+n)*(n^2+n+1)*10/3. a(-1-n)= a(n). - Michael Somos, Mar 20 2007
G.f.: (1 + 16*x + 46*x^2 + 16*x^3 + x^4)/(1-x)^5. - Michael Somos, Mar 20 2007; corrected by Georg Fischer, Apr 17 2020
MATHEMATICA
nn:=31; CoefficientList[Series[(1 + 16*x + 46*x^2 + 16*x^3 + x^4)/(1-x
)^5, {x, 0, nn}], x] (* Georg Fischer, Apr 17 2020 *)
PROG
(PARI) {a(n)= 1+ (n^2+n)* (n^2+n+1)* 10/3} /* Michael Somos, Mar 20 2007 */
CROSSREFS
Sequence in context: A220151 A337899 A200987 * A003702 A221785 A301866
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 10 2005
EXTENSIONS
More terms from Michael Somos, Mar 20 2007
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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)