Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131284
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131284 Numbers n such that difference between prime factors of n-th semiprime is n. +0
14
5, 80, 86, 613668 (list; graph; listen)
OFFSET

1,1

EXAMPLE

sp(5)=14=2*7 and 7-2=5, sp(80)=249=3*83 and 83-3=80, sp(86)=267=3*89 and 89-3=86; sp(n)=nth semiprime.

PROGRAM

(PARI/gp from M. F. Hasler)

{ n=0; j=1; /* n=3068365-1; j=613668; */

while( l=(j\10^4+1)*10^4, until( l < j++, until(bigomega(n+=1)==2, );

if(2!=#f=factor(n)[, 1], next); if(j==f[2]-f[1], print("\n", [j, n, f])));

print1(j-1, ":"n", "))}

CROSSREFS

Cf. A084126, A084127, A109313, A064910.

Adjacent sequences: A131281 A131282 A131283 this_sequence A131285 A131286 A131287

Sequence in context: A141828 A134531 A062250 this_sequence A105917 A144344 A062364

KEYWORD

more,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 25 2007

EXTENSIONS

n=613668 (p=5, q=613673) from M. F. Hasler (maximilian.hasler(AT)gmail.com), Sep 28 2007

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 November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research