Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079150
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079150 Primes p such that p+1 has at most 3 prime factors, counted with multiplicity; i.e. primes p such that bigomega(p+1) = A001222(p+1) <= 3. +0
5
2, 3, 5, 7, 11, 13, 17, 19, 29, 37, 41, 43, 61, 67, 73, 97, 101, 109, 113, 137, 157, 163, 173, 181, 193, 211, 229, 241, 257, 277, 281, 283, 313, 317, 331, 337, 353, 373, 397, 401, 409, 421, 433, 457, 523, 541, 547, 577, 601, 613, 617, 641, 653, 661, 673, 677 (list; graph; listen)
OFFSET

1,1

EXAMPLE

173 is in the sequence because 173+1 = 2*3*29 has 3 prime factors.

PROGRAM

(PARI) s(n) = {sr=0; ct=0; forprime(x=2, n, if(bigomega(x+1) < 4, print1(x" "); sr+=1.0/x; ct+=1; ); ); print(); print(ct" "sr); } \\ Lists primes p<=n such that p+1 has at most 3 prime factors.

CROSSREFS

Cf. A079147, A079151, A079152, A079153.

Sequence in context: A119615 A061771 A124589 this_sequence A117843 A068192 A002200

Adjacent sequences: A079147 A079148 A079149 this_sequence A079151 A079152 A079153

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 27 2002

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research