login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071237 n*(n+1)*(n^2+1)/2. 3
0, 2, 15, 60, 170, 390, 777, 1400, 2340, 3690, 5555, 8052, 11310, 15470, 20685, 27120, 34952, 44370, 55575, 68780, 84210, 102102, 122705, 146280, 173100, 203450, 237627, 275940, 318710, 366270, 418965, 477152, 541200, 611490, 688415, 772380, 863802, 963110 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

T. A. Gulliver, Sequences from Arrays of Integers, Int. Math. Journal, Vol. 1, No. 4, pp. 323-332, 2002.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..2000

MATHEMATICA

Table[(n^4 + n^3 + n^2 + n)/2, {n, 0, 60}] (* From Vladimir Joseph Stephan Orlovsky, Jul 07 2011 *)

PROG

(MAGMA) [n*(n+1)*(n^2+1)/2: n in [0..40] ]; // Vincenzo Librandi, May 23 2011

CROSSREFS

Cf. A027445.

Sequence in context: A088979 A034571 A126019 * A006470 A084169 A000181

Adjacent sequences:  A071234 A071235 A071236 * A071238 A071239 A071240

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jun 12 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:03 EST 2012. Contains 205852 sequences.