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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004538 3*n^2 + 3*n - 1. 0
-1, 5, 17, 35, 59, 89, 125, 167, 215, 269, 329, 395, 467, 545, 629, 719, 815, 917, 1025, 1139, 1259, 1385, 1517, 1655, 1799, 1949, 2105, 2267, 2435, 2609, 2789, 2975, 3167, 3365, 3569, 3779, 3995, 4217, 4445 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (3,-3,1).

FORMULA

a(n) = 5 * Sum[k^4,{k,1,n}] / Sum[k^2,{k,1,n}], n>0. a(n) = 5 * A000538(n) / A000330(n), n>0. - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 12 2006

a(n)=a(n-1)+6*n  with a(0)=-1 [From Vincenzo Librandi, Nov 18 2010]

MATHEMATICA

Table[5*Sum[k^4, {k, 1, n}]/Sum[k^2, {k, 1, n}], {n, 1, 20}] - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 12 2006

CROSSREFS

First differences of A033445.

Cf. A028896, A003215, A077588, A000538, A000330.

Sequence in context: A078654 A083364 A026394 * A146231 A186029 A083048

Adjacent sequences:  A004535 A004536 A004537 * A004539 A004540 A004541

KEYWORD

sign,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Eric T. Lane (ERICLANE(AT)UTCVM.UTC.EDU)

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 18 00:14 EST 2012. Contains 206085 sequences.