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!)
A155108 Primes k such that the k-th composite is even. 2
2, 3, 5, 7, 11, 13, 19, 29, 31, 37, 41, 43, 47, 59, 67, 71, 79, 83, 89, 101, 103, 107, 109, 113, 127, 137, 139, 149, 151, 157, 163, 179, 181, 197, 199, 211, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 293, 307, 311, 331, 337, 347, 349, 353, 359, 373, 389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2 is a term because composite(2) = 6 (even);
3 is a term because composite(3) = 8 (even);
5 is a term because composite(5) = 10 (even);
7 is a term because composite(7) = 14 (even);
11 is a term because composite(11) = 20 (even).
PROG
(GAP) A:=Filtered([2..500], n->not IsPrime(n));;
a:=Filtered(Filtered([1..Length(A)], IsPrime), i->IsEvenInt(A[i])); # Muniru A Asiru, Feb 10 2019
CROSSREFS
Sequence in context: A227202 A237827 A114111 * A356856 A222565 A113188
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (105 replaced by 107, 239 and 263 inserted) by R. J. Mathar, May 10 2010
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 23 12:55 EDT 2024. Contains 371913 sequences. (Running on oeis4.)