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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089203 Primes p such that p-2 and p+2 are divisible by a fourth power. 0
169373, 371873, 574373, 741877, 843127, 979373, 1146877, 1615871, 1688123, 1754377, 1789373, 1855627, 2004833, 2093123, 2260627, 2498123, 2665627, 2700623, 2782757, 2903123, 3206873, 3374377, 3510623, 3560681, 3611873 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

169373 - 2 = 3^5*17*41, 169373 + 2 = 5^4*271

PROG

(PARI) \Input no. of iterations n, power p and number to subtract and add k. 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: A156427 A185474 A034211 * A116890 A126894 A206059

Adjacent sequences:  A089200 A089201 A089202 * A089204 A089205 A089206

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 15 17:13 EST 2012. Contains 205828 sequences.