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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077075 Least k such that Z(k,4) <= Z(n,5) where Z(m,s) = sum( i>=m, 1/i^s). 0
2, 2, 3, 5, 7, 9, 12, 14, 17, 20, 23, 26, 30, 33, 36, 40, 44, 47, 51, 55, 59, 63, 67, 71, 75, 79, 84, 88, 92, 97, 101, 106, 111, 115, 120, 125, 129, 134, 139, 144, 149, 154, 159, 164, 169, 175, 180, 185, 190, 196, 201, 206, 212, 217, 223, 228, 234, 240, 245, 251 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Cf. A051890 for least k such that such that Z(k,2) <= Z(n,3)

PROG

(PARI) u=4; v=5; a(n)=if(n<0, 0, k=1; while((zeta(u)-sum(k=1, k-1, 1/k^u))>(zeta(v)-sum(i=1, n-1, 1/i^v)), k++); k)

CROSSREFS

Sequence in context: A126881 A125505 A061565 * A190660 A180158 A173693

Adjacent sequences:  A077072 A077073 A077074 * A077076 A077077 A077078

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 29 2002

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 12:15 EST 2012. Contains 205909 sequences.