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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134159 a(n) = 13 + 165 n + 756 n^2 + 1470 n^3 + 1029 n^4. 6
13, 3433, 31591, 130351, 370273, 846613, 1679323, 3013051, 5017141, 7885633, 11837263, 17115463, 23988361, 32748781, 43714243, 57226963, 73653853, 93386521, 116841271, 144459103, 176705713, 214071493, 257071531, 306245611 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

A000540(n) is divisible by A000330(n) if and only n is congruent to {1,2,4,5} mod 7 (see A047380) A134158 is case when n is congruent to 1 mod 7 A134159 is case when n is congruent to 2 mod 7 A134160 is case when n is congruent to 4 mod 7 A134161 is case when n is congruent to 5 mod 7 A133180 is union of A134158 and A134159 and A134160 and A134161

LINKS

Table of n, a(n) for n=0..23.

FORMULA

a(n) = (3(7n + 2)^4 + 6(7n + 2)^3 - 3 (7n + 2) + 1)/7 a(n) = Sum[k^6]/Sum[k^2], {k, 1, 7n + 2}]

G.f.: -(13+3368*x+14556*x^2+6596*x^3+163*x^4)/(-1+x)^5. - R. J. Mathar, Nov 14 2007

MATHEMATICA

1) Table[(3(7n + 2)^4 + 6(7n + 2)^3 - 3 (7n + 2) + 1)/7, {n, 0, 100}] 2) Table[Sum[k^6, {k, 1, 7n + 2}]/Sum[k^2, {k, 1, 7n + 2}], {n, 0, 100}] (*Artur Jasinski*)

CROSSREFS

Cf. A000330, A000540, A119617, A134153, A134154, A133180, A134158, A134160, A134161.

Sequence in context: A220642 A159357 A221885 * A221851 A221924 A070905

Adjacent sequences:  A134156 A134157 A134158 * A134160 A134161 A134162

KEYWORD

nonn

AUTHOR

Artur Jasinski, Oct 10 2007

STATUS

approved

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 May 24 17:54 EDT 2013. Contains 225628 sequences.