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!)
A106131 Numbers k such that the k-th semiprime == 6 (mod k). 2
1, 2, 3, 4, 8, 10, 57, 59, 69, 6914, 613376, 613403, 613431, 613432, 613436, 613447, 613453, 613483, 613484, 613507, 613511, 613513, 613516, 613531, 613535, 613541, 613547, 613579, 613580, 613597, 613607, 6384425453, 6384425504, 6384425519, 6384425555 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(42) > 10^12. - Lucas A. Brown, Oct 19 2020
LINKS
Lucas A. Brown, semiprimemods.py
EXAMPLE
a(5) = 8 is a term because the 8th semiprime is 22 and 22 == 6 (mod 8).
MATHEMATICA
Module[{sp=Select[Range[10^7], PrimeOmega[#]==2&]}, Flatten[ Position[ Thread[ {sp, Range[ Length[sp]]}], _?(Mod[#[[1]], #[[2]]]==6&), {1}, Heads-> False]]] (* Harvey P. Dale, May 09 2015 *)
CROSSREFS
Sequence in context: A207644 A114854 A127279 * A275646 A279194 A050727
KEYWORD
hard,nonn
AUTHOR
Shyam Sunder Gupta, May 07 2005
EXTENSIONS
a(1)-a(4) and a(32)-a(41) by Lucas A. Brown, Oct 19 2020
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)