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!)
A106146 Semiprimes (mod 10). 4

%I #9 Mar 23 2014 10:38:21

%S 4,6,9,0,4,5,1,2,5,6,3,4,5,8,9,6,9,1,5,7,8,2,5,9,4,7,2,5,6,7,1,3,4,5,

%T 6,1,5,8,9,1,2,3,9,3,4,1,2,3,5,6,5,8,9,1,6,9,7,8,3,5,7,4,1,2,3,5,6,9,

%U 3,4,5,7,8,9,1,6,5,7,7,9,3,4,9,2,5,7,4,8,7,9,1,5,8,9,1,2,3,5,9,4,9,1,3,6,7

%N Semiprimes (mod 10).

%H Reinhard Zumkeller, <a href="/A106146/b106146.txt">Table of n, a(n) for n = 1..10000</a>

%t Mod[#,10]&/@Select[Range[500],PrimeOmega[#]==2&] (* _Harvey P. Dale_, Apr 04 2013 *)

%o (Haskell)

%o a106146 = flip mod 10 . a001358 -- _Reinhard Zumkeller_, Mar 23 2014

%Y Cf. A001358.

%Y Cf. A239634 (initial digits).

%K nonn

%O 1,1

%A _Shyam Sunder Gupta_, May 07 2005

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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)