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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126264 5*n^2 + 3*n. 1
8, 26, 54, 92, 140, 198, 266, 344, 432, 530, 638, 756, 884, 1022, 1170, 1328, 1496, 1674, 1862, 2060, 2268, 2486, 2714, 2952, 3200, 3458, 3726, 4004, 4292, 4590, 4898, 5216, 5544, 5882, 6230, 6588, 6956, 7334, 7722, 8120, 8528, 8946, 9374, 9812, 10260 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

L. B. W. Jolley, "Summation of Series", Dover Publications, 1961, p. 12

FORMULA

sum_{i=1..n} a(i) = n*(n+1)*(5n+7)/3 = 2*A162148(n).

a(n) = 2*A147875(n+1).

EXAMPLE

a(24) = 5*24^2 + 3*24 = 2880 + 72 = 2952

MAPLE

a:=n->5*n^2+3*n: seq(a(n), n=1..55); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 17 2007

MATHEMATICA

s=0; lst={s}; Do[s+=n++ +8; AppendTo[lst, s], {n, 0, 7!, 10}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 16 2008]

CROSSREFS

Sequence in context: A143894 A126176 A074238 * A085690 A005897 A111694

Adjacent sequences:  A126261 A126262 A126263 * A126265 A126266 A126267

KEYWORD

nonn,easy

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 22 2006

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 17 2007

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 17 04:26 EST 2012. Contains 205978 sequences.