Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079147
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079147 Primes p such that p+1 has at most 2 prime factors, counted with multiplicity; i.e. primes p such that bigomega(p+1) = A001222(p+1) <= 2. +0
4
2, 3, 5, 13, 37, 61, 73, 157, 193, 277, 313, 397, 421, 457, 541, 613, 661, 673, 733, 757, 877, 997, 1093, 1153, 1201, 1213, 1237, 1321, 1381, 1453, 1621, 1657, 1753, 1873, 1933, 1993, 2017, 2137, 2341, 2473, 2557, 2593, 2797, 2857, 2917, 3061, 3217, 3253 (list; graph; listen)
OFFSET

1,1

COMMENT

Sum of reciprocals ~ 1.266

EXAMPLE

157 is in the sequence because 157+1 = 2*79 has 2 prime factors.

PROGRAM

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

CROSSREFS

Except for 2, this is identical to A005383. Cf. A079148, A079149, A079150.

Sequence in context: A060434 A072999 A141179 this_sequence A057999 A013013 A087362

Adjacent sequences: A079144 A079145 A079146 this_sequence A079148 A079149 A079150

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research