The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A076464 Sum of squares of numbers that can be written as t*n + u*(n+1) for nonnegative integers t,u in exactly five ways. 2
145, 4567, 38570, 183670, 630755, 1751365, 4187092, 8957100, 17583765, 32236435, 55893310, 92521442, 147274855, 226710785, 339024040, 494299480, 704782617, 985168335, 1352907730, 1828533070, 2436000875, 3203053117, 4161596540, 5348100100, 6804010525 (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
a(n) = n*(n+1)*(151*n^4+242*n^3+66*n^2-25*n+1)/6.
G.f.: x*(145+3552*x+9646*x^2+4512*x^3+265*x^4)/(1-x)^7.
MAPLE
seq(1/6*n*(n+1)*(151*n^4+242*n^3+66*n^2-25*n+1), n=1..30);
MATHEMATICA
CoefficientList[Series[(145 + 3552 x + 9646 x^2 + 4512 x^3 + 265 x^4)/(1 - x)^7, {x, 0, 50}], x] (* Vincenzo Librandi, Dec 30 2013 *)
PROG
(Magma) [n*(n+1)*(151*n^4+242*n^3+66*n^2-25*n+1)/6: n in [1..50]]; // Vincenzo Librandi, Dec 30 2013
CROSSREFS
Sequence in context: A232151 A264284 A008377 * A018232 A192842 A012813
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 June 8 20:17 EDT 2024. Contains 373227 sequences. (Running on oeis4.)