Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089191
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089191 Primes p such that p+1 is cube- or higher power-free. +0
1
2, 3, 5, 11, 13, 17, 19, 29, 37, 41, 43, 59, 61, 67, 73, 83, 89, 97, 101, 109, 113, 131, 137, 139, 149, 157, 163, 173, 179, 181, 193, 197, 211, 227, 229, 233, 241, 251, 257, 277, 281, 283, 293, 307, 313, 317, 331, 337, 347, 349, 353, 373, 379, 389, 397, 401, 409 (list; graph; listen)
OFFSET

1,1

COMMENT

The ratio of the count of primes p <= n such that p+1 is cube-free to the count of primes <= n converges to 0.69+ slightly higher than the p-1 variety.

EXAMPLE

43 is included because 43+1 = 2^2*11. 71 is omitted because 71+1 = 2^3*3^2.

PROGRAM

(PARI) powerfreep(n, p) = { c=0; pc=0; forprime(x=2, n, pc++; if(ispowerfree(x+1, p), c++; print1(x", "); ) ); print(); print(c", "pc", "c/pc+.0) } ispowerfree(m, p1) = { flag=1; y=component(factor(m), 2); for(i=1, length(y), if(y[i] >= p1, flag=0; break); ); return(flag) }

CROSSREFS

Sequence in context: A042998 A091317 A088254 this_sequence A038947 A095315 A040044

Adjacent sequences: A089188 A089189 A089190 this_sequence A089192 A089193 A089194

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 08 2003

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 December 20 13:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research