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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089202 Primes p such that p-2 and p+2 are divisible by a cube. 0
4457, 10987, 15377, 20873, 32587, 39877, 51109, 53377, 54623, 60127, 66877, 74873, 101873, 107377, 112997, 115589, 120877, 121123, 125197, 126443, 128873, 135623, 143719, 148957, 155377, 161053, 161377, 162623, 168127, 169373, 174877, 176123 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

4457-2 = 3^4*5*11,4457+2 = 7^3*13

PROG

(PARI) powerfreep4(n, p, k) = { c=0; pc=0; forprime(x=2, n, pc++; if(!ispowerfree(x-k, p) && !ispowerfree(x+k, 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: A102622 A184611 A185767 * A203938 A179161 A139068

Adjacent sequences:  A089199 A089200 A089201 * A089203 A089204 A089205

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 08 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 13 20:37 EST 2012. Contains 205554 sequences.