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!)
A109406 Numbers n such that (sp(n)+sp(n+1)+sp(n+2))/3 is integer, sp(n) = n-th semiprime. 1
3, 4, 9, 10, 11, 14, 20, 28, 29, 32, 34, 40, 43, 44, 45, 46, 50, 53, 58, 59, 61, 62, 63, 68, 69, 72, 74, 80, 83, 86, 89, 95, 99, 100, 101, 105, 107, 109, 111, 112, 115, 116, 118, 119, 121, 123, 127, 129, 130, 131, 132, 136, 137, 140, 144, 145, 150, 151, 152, 153, 155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3 is OK because (sp(3)+sp(4)+sp(5))/3=(9+10+14)/3 = 11; sp(n) = n-th semiprime.
MATHEMATICA
Flatten[Position[Partition[Select[Range[600], PrimeOmega[#]==2&], 3, 1], _?( IntegerQ[ Total[#]/3]&), {1}, Heads->False]] (* Harvey P. Dale, Jan 23 2016 *)
PROG
(PARI) lista(nn) = {vec = vector(nn, i, i); sp = select(i->(bigomega(i)==2), vec); for (i = 1, #sp-2, if (((sp[i]+sp[i+1]+sp[i+2]) % 3) == 0, print1(i, ", ")); ); } \\ Michel Marcus, Oct 06 2013
CROSSREFS
Cf. A075541.
Sequence in context: A220695 A079258 A134025 * A280632 A178462 A010376
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 27 2005
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)