The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A302038 Semiludic numbers or "Ludic semiprimes": numbers n for which A302037(n) = 2. 5
4, 6, 9, 10, 14, 15, 19, 22, 26, 27, 31, 34, 35, 39, 46, 50, 55, 58, 59, 63, 65, 73, 74, 75, 82, 86, 94, 95, 99, 101, 103, 106, 113, 122, 133, 134, 135, 142, 145, 147, 154, 155, 163, 166, 167, 171, 178, 182, 185, 187, 194, 203, 205, 214, 219, 230, 238, 242, 243, 245, 253, 254, 255, 262, 263, 269, 271, 279, 286, 293, 298, 299, 311 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
An analog for A001358 based on the Ludic factorization (see A302032).
LINKS
PROG
(PARI) k=0; for(n=1, 512, if(2==A302037(n), k++; print1(n, ", "))); \\ Other code as in A302037.
CROSSREFS
Cf. A254100 (a subsequence).
Cf. also A001358, A302036.
Sequence in context: A085155 A371555 A219786 * A063762 A320912 A359765
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 01 2018
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 June 4 11:04 EDT 2024. Contains 373096 sequences. (Running on oeis4.)