Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089201
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089201 Primes p such that p-3 and p+3 are divisible by a cube. +0
2
683, 1747, 2659, 3253, 4253, 4397, 7253, 7549, 8747, 9829, 10253, 12253, 13037, 14747, 16253, 16747, 17747, 18253, 18637, 19891, 20747, 21269, 23747, 25253, 25747, 27253, 28123, 29501, 30253, 31253, 34253, 34603, 34747, 35747, 37253 (list; graph; listen)
OFFSET

1,1

EXAMPLE

683-3=2^3*5*17,683+3=2*7^3.

PROGRAM

(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: A043763 A145321 A045154 this_sequence A065123 A076574 A015386

Adjacent sequences: A089198 A089199 A089200 this_sequence A089202 A089203 A089204

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 19 21:04 EST 2009. Contains 171054 sequences.


AT&T Labs Research