login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096878 Primes arising in A096134 (as absolute first differences). 1
2, 5, 3, 7, 13, 11, 73, 71, 31, 29, 37, 17, 47, 97, 113, 43, 67, 191, 109, 79, 23, 347, 367, 101, 83, 181, 197, 269, 463, 311, 277, 167, 163, 107, 139, 149, 233, 379, 41, 617, 613, 131, 127, 137, 179, 283, 281, 491, 439, 53, 211, 643, 953, 661, 659, 229, 227, 709, 647 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = abs(A096134(1) - A096134(2)) = abs(2 - 4) = 2.
PROG
(PARI) {a=2; v=Set([]); for(n=2, 60, k=1; b=1; while(b, m=k*n; p=abs(m-a); if(gcd(m, n+1)==1&&isprime(p)&&setsearch(v, p)==0, v=setunion(v, Set(p)); print1(p, ", "); a=m; b=0, k++)))}
CROSSREFS
Cf. A096134.
Sequence in context: A082152 A354688 A084334 * A249162 A134563 A192178
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Jul 14 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)