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!)
A176363 Non-semiprime numbers of order 2. 2
1, 2, 3, 7, 11, 12, 17, 18, 19, 24, 27, 28, 29, 30, 36, 37, 42, 43, 44, 45, 47, 48, 54, 56, 61, 63, 64, 66, 67, 68, 71, 72, 75, 78, 79, 80, 83, 89, 90, 92, 97, 98, 100, 101, 102, 104, 105, 107, 108, 110, 112, 114, 116, 117, 120, 125, 126, 131, 132, 135, 137, 144, 147, 148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Non-semiprimes with non-semiprime subscripts (or indices).
LINKS
FORMULA
a(n) = A100959(A100959(n)).
MAPLE
A100959 := proc(n) option remember; if n = 1 then 1; else for a from procname(n-1)+1 do if numtheory[bigomega](a) <> 2 then return a; end if; end do end if; end proc: A176363 := proc(n) A100959(A100959(n)) ; end proc: seq(A176363(n), n=1..80) ; # R. J. Mathar, Apr 25 2010
CROSSREFS
Sequence in context: A348745 A110449 A229082 * A067991 A114600 A088905
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (66 inserted) R. J. Mathar, Apr 25 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 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)