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!)
A076455 Sum of numbers that can be written as t*n + u*(n+1) for nonnegative integers t,u in exactly two ways. 3
5, 57, 246, 710, 1635, 3255, 5852, 9756, 15345, 23045, 33330, 46722, 63791, 85155, 111480, 143480, 181917, 227601, 281390, 344190, 416955, 500687, 596436, 705300, 828425, 967005, 1122282, 1295546, 1488135, 1701435, 1936880, 2195952, 2480181 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Fred. Schuh, Vragen betreffende een onbepaalde vergelijking, Nieuw Tijdschrift voor Wiskunde, 52 (1964-1965) 193-198.
LINKS
FORMULA
G.f.: x*(5 + 32*x + 11*x^2)/(1 - x)^5.
a(n) = n*(n + 1)*(4*n^2 + 2*n - 1)/2.
MAPLE
seq(1/2*n*(n+1)*(4*n^2+2*n-1), n=1..40);
MATHEMATICA
CoefficientList[Series[(5 + 32 x + 11 x^2)/(1 - x)^5, {x, 0, 50}], x] (* Vincenzo Librandi, Dec 30 2013 *)
PROG
(Magma) [n*(n+1)*(4*n^2+2*n-1)/2: n in [1..50]]; // Vincenzo Librandi, Dec 30 2013
CROSSREFS
Sequence in context: A363059 A163793 A226425 * A196650 A197454 A196340
KEYWORD
nonn,easy
AUTHOR
Floor van Lamoen, Oct 13 2002
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)