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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083559 Nearest integer to 1/sum(k>n,1/k^4). 0
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; internal format)
OFFSET

1,2

FORMULA

n>3 a(n)=floor(3*n^3-9/2*n^2+15/4*n-3/4)

PROG

(PARI) a(n)=round(1/(zeta(4)-sum(k=1, n-1, 1/k^4)))

CROSSREFS

Cf. A001844.

Sequence in context: A009927 A009938 A063491 * A051797 A145886 A166776

Adjacent sequences:  A083556 A083557 A083558 * A083560 A083561 A083562

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 12 2003

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 16 21:51 EST 2012. Contains 205978 sequences.