|
|
A083559
|
|
Nearest integer to 1/sum(k>=n,1/k^4).
|
|
1
|
|
|
1, 12, 50, 134, 280, 507, 834, 1277, 1855, 2586, 3489, 4580, 5878, 7401, 9168, 11195, 13501, 16104, 19023, 22274, 25876, 29847, 34206, 38969, 44155, 49782, 55869, 62432, 69490, 77061, 85164, 93815, 103033, 112836, 123243, 134270, 145936
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
LINKS
|
Harvey P. Dale, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (3,-3,1,1,-3,3,-1).
|
|
FORMULA
|
a(n) = floor(3*n^3-9/2*n^2+15/4*n-3/4) for n>3.
|
|
EXAMPLE
|
G.f.: -x*(x^9-3*x^8+3*x^7-2*x^6-10*x^5-15*x^4-19*x^3-17*x^2-9*x-1) / ((x-1)^4*(x+1)*(x^2+1)). - Colin Barker, Dec 01 2012
|
|
MATHEMATICA
|
LinearRecurrence[{3, -3, 1, 1, -3, 3, -1}, {1, 12, 50, 134, 280, 507, 834, 1277, 1855, 2586}, 40] (* Harvey P. Dale, Sep 18 2018 *)
|
|
PROG
|
(PARI) a(n)=round(1/(zeta(4)-sum(k=1, n-1, 1/k^4)))
|
|
CROSSREFS
|
Cf. A001844.
Sequence in context: A009938 A063491 A248230 * A051797 A333276 A145886
Adjacent sequences: A083556 A083557 A083558 * A083560 A083561 A083562
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Benoit Cloitre, Jun 12 2003
|
|
STATUS
|
approved
|
|
|
|