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!)
A076459 Sum of numbers that can be written as t*n + u*(n+1) for nonnegative integers t,u in exactly n ways. 7
1, 57, 390, 1510, 4335, 10311, 21532, 40860, 72045, 119845, 190146, 290082, 428155, 614355, 860280, 1179256, 1586457, 2099025, 2736190, 3519390, 4472391, 5621407, 6995220, 8625300, 10545925, 12794301, 15410682, 18438490, 21924435, 25918635, 30474736, 35650032 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Fred. Schuh, Vragen betreffende een onbepaalde vergelijking, Nieuw Tijdschrift voor Wiskunde, 52 (1964-1965) 193-198.
LINKS
FORMULA
a(n) = n*(n+1)*(2*n^3+2*n^2-2*n-1)/2.
G.f.: x*(1+51*x+63*x^2+5*x^3)/(1-x)^6.
MAPLE
seq(1/2*n*(n+1)*(2*n^3+2*n^2-2*n-1), n=1..35);
MATHEMATICA
CoefficientList[Series[(1 + 51 x + 63 x^2 + 5 x^3)/(1 - x)^6, {x, 0, 50}], x] (* Vincenzo Librandi, Dec 30 2013 *)
PROG
(Magma) [n*(n+1)*(2*n^3+2*n^2-2*n-1)/2: n in [1..50]]; // Vincenzo Librandi, Dec 30 2013
CROSSREFS
Sequence in context: A097200 A211147 A237360 * A268260 A184224 A337629
KEYWORD
easy,nonn
AUTHOR
Floor van Lamoen, Oct 13 2002
EXTENSIONS
More terms from Vincenzo Librandi, Dec 30 2013
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 11:22 EDT 2024. Contains 371913 sequences. (Running on oeis4.)