login

Revision History for A207384

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
#7 by Russ Cox at Fri Mar 30 18:58:12 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Feb 17 2012

Discussion
Fri Mar 30
18:58
OEIS Server: https://oeis.org/edit/global/285
#6 by T. D. Noe at Fri Feb 17 16:34:57 EST 2012
STATUS

proposed

approved

#5 by Clark Kimberling at Fri Feb 17 13:35:08 EST 2012
STATUS

editing

proposed

#4 by Clark Kimberling at Fri Feb 17 11:06:14 EST 2012
COMMENTS

The sequences A206815, A206816, A206818, A207384, A207835 illustrate the closeness of {j+pi(j)} to {k+(k+1)/log(k+1)}, as suggested by the prime number theorem and the conjecture that all the terms of A207384 and A207835 are in the set {1,2,3}.

MATHEMATICA

Flatten[Table[p[2, n], {n, 1, z}]] (* A206816 A206818 *)

CROSSREFS
#3 by Clark Kimberling at Fri Feb 17 11:02:31 EST 2012
NAME

allocated for Clark Kimberling

A206815(n+1)-A206815(n).

DATA

1, 3, 2, 2, 2, 3, 1, 2, 2, 3, 1, 3, 2, 2, 1, 3, 2, 3, 1, 2, 2, 3, 2, 1, 2, 2, 2, 2, 2, 3, 2, 2, 1, 2, 2, 3, 2, 1, 2, 3, 2, 2, 2, 2, 2, 3, 2, 1, 2, 2, 2, 3, 1, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 2, 3, 2, 2, 1, 3, 2, 3, 2, 1, 2, 2, 2, 3, 2, 1, 2, 3, 2, 2, 1, 2, 2, 3, 2, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2

OFFSET

1,2

COMMENTS

The sequences A206815, A206816, A207384, A207835 illustrate the closeness of {j+pi(j)} to {k+(k+1)/log(k+1)}, as suggested by the prime number theorem and the conjecture that all the terms of A207384 and A207835 are in the set {1,2,3}.

EXAMPLE

The joint ranking is represented by

1 < 3 < 3.8 < 4.7 < 5 < 5.8 < 6 <7.1 < 8 < 8.3 < 9 < ...

Positions of numbers j+pi(j): 1,2,5,7,9,...

Positions of numbers k+(k+1)/log(k+1): 3,4,6,8,10,..

MATHEMATICA

f[1, n_] := n + PrimePi[n];

f[2, n_] := n + N[(n + 1)/Log[n + 1]]; z = 500;

t[k_] := Table[f[k, n], {n, 1, z}];

t = Sort[Union[t[1], t[2]]];

p[k_, n_] := Position[t, f[k, n]];

Flatten[Table[p[1, n], {n, 1, z}]] (* A206815 *)

Flatten[Table[p[2, n], {n, 1, z}]] (* A206816 *)

d1[n_] := p[1, n + 1] - p[1, n]

Flatten[Table[d1[n], {n, 1, z - 1}]] (* A207385 *)

d2[n_] := p[2, n + 1] - p[2, n]

Flatten[Table[d2[n], {n, 1, z - 1}]] (* A207386 *)

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Feb 17 2012

STATUS

approved

editing

#2 by Clark Kimberling at Fri Feb 17 10:57:25 EST 2012
KEYWORD

allocating

allocated

#1 by Clark Kimberling at Fri Feb 17 10:57:25 EST 2012
NAME

allocated for Clark Kimberling

KEYWORD

allocating

STATUS

approved