Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101985
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101985 Numbers that occur only once in the count of primes between 2n and 3n. +0
4
11, 42, 93, 110, 113, 156, 186, 196, 197, 220, 252, 292, 298, 362, 403, 429, 493, 503, 609, 644, 659, 727, 735, 778, 790, 886, 888, 920, 932, 952, 953, 1008, 1023, 1024, 1079, 1093, 1094, 1100, 1109, 1136, 1165, 1208, 1212, 1213, 1226, 1238, 1250, 1311 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

f[n_] := PrimePi[3n] - PrimePi[2n]; t = Split[ Sort[ Table[ f[n], {n, 14000}] ]]; Flatten[ Select[t, Length[ # ] == 1 &]] (from Robert G. Wilson v Feb 10 2005)

PROGRAM

(PARI) bet2n3n(n) = { local(c, c1, x, y); a=vector(10002); for(x=1, n, c=0; forprime(y=2*x+1, 3*x-1, c++; ); a[x] = c; ); b=vecsort(a); for(x=1, 10000, if(b[x]>0, if(b[x+1]<>b[x]&b[x+1]<>b[x+2], print1(b[x]+1", ") ); ); ) }

CROSSREFS

Sequence in context: A020452 A003356 A063152 this_sequence A055437 A055436 A062517

Adjacent sequences: A101982 A101983 A101984 this_sequence A101986 A101987 A101988

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 29 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 10 2005

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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research