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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079630 Numbers n such that |real(zeta(1/2 + n*I))| exceeds all previous values, where zeta is the Riemann zeta function. 1
0, 10, 17, 18, 28, 46, 63, 109, 172, 281, 417, 652, 698, 852, 1269, 1550, 3100, 4478, 6726, 7578, 9654, 9826, 10678, 14304, 30775, 45079, 57552, 74956, 105731, 248917, 289346, 340761, 407722, 440699, 457170, 682764, 795112, 849038, 874546, 1138384 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

If you begin at 1 instead of 0, the sequence begins 1,2,3,4,5,6,7,8,9,10,..., etc.

LINKS

Glen Pugh, The Riemann Hypothesis in a Nutshell

Ed Pegg Jr., The Riemann Hypothesis

EXAMPLE

|real(zeta(1/2 + 1616584*I))| ~= 44.1381

MATHEMATICA

a = -1; Do[b = Abs[ Re[ N[ Zeta[0.5 + n*I]]]]; If[b > a, Print[n]; a = b], {n, 0, 10^6}]

Cf. A002410.

CROSSREFS

Sequence in context: A167331 A157159 A176664 * A175389 A003333 A092599

Adjacent sequences:  A079627 A079628 A079629 * A079631 A079632 A079633

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 30 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 09:00 EST 2012. Contains 205904 sequences.