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!)
A336341 a(n) = (1/2)A336339(n). 4
3, 6, 9, 12, 13, 14, 16, 17, 18, 21, 24, 25, 26, 30, 34, 35, 37, 38, 39, 42, 43, 44, 49, 50, 52, 53, 55, 56, 64, 65, 69, 75, 79, 80, 81, 84, 85, 86, 90, 96, 99, 106, 107, 108, 109, 110, 111, 114, 117, 118, 119, 121, 122, 123, 124, 125, 129, 130, 131, 135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
In the following table, c(n) = A002808(n) = composite(n).
n c(n) gcd(n, c(n))
1 4 1
2 6 2
3 8 1
4 9 1
5 10 5
6 12 6
2 and 6 are in A336338; 6 and 12 are in A336339; 1 and 3 are in A336340; 3 and 6 are in A336341.
MATHEMATICA
c = Select[Range[2, 200], ! PrimeQ[#] &]; (* A002808 *)
u = Select[Range[Length[c]], EvenQ[GCD[c[[#]], #]] &] (* A336338 *)
v = Table[c[[u[[n]]]], {n, 1, Length[u]}]; (* A336339 *)
u/2 (* A336340 *)
v/2 (* A336341 *)
CROSSREFS
Sequence in context: A297567 A285402 A153403 * A257220 A092452 A230215
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 03 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.)