Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066918
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066918 a(n) = least natural number k such that f(k) begins a maximal zigzag of length n in the prime gaps function f(x) = p(x+1)-p(x), where p(x) denotes the x-th prime. (Cf. A066485.) +0
3
13, 17, 9, 4, 41, 30, 293, 166, 484, 796, 134, 12209, 1646, 467, 4673, 763, 1573, 7279, 37989, 153772, 102051, 377198, 593191, 41552, 677313, 473395, 557448, 5536093, 1643927, 22986338, 1877982, 14184432, 14828672, 23278807, 45383008, 82020263 (list; graph; listen)
OFFSET

1,1

COMMENT

A zigzag of a function f(n) is a run of consecutive strict local extrema.

EXAMPLE

f(11),f(12),...,f(15) are: 6, 4, 2, 4, 6. Note that a zigzag of length 1 occurs at f(13)=2. This is a maximal zigzag, since neither f(12)=4 nor f(14)=4 are local extrema of f. Also, a maximal zigzag of length 1 first occurs at f(13). Therefore a(1) = 13.

MATHEMATICA

f[n_] := Prime[n+1]-Prime[n]; e[n_] := (f[n]-f[n-1])(f[n]-f[n+1])>0; For[n=1, n<100, n++, a[n]=0]; For[k=4; l=0, True, k++, If[e[k], l++, If[a[l]===0, Print["a(", l, ")=", a[l]=k-l]]; l=0]]

CROSSREFS

Cf. A066485.

Sequence in context: A029526 A061060 A084307 this_sequence A164062 A117326 A052055

Adjacent sequences: A066915 A066916 A066917 this_sequence A066919 A066920 A066921

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 23 2002

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jun 26 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research