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!)
A252995 Numbers n such that the n-th odd composite number is 3n. 0
335, 337, 339, 343, 349, 353, 359, 365, 367, 369, 371, 373, 375, 377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence is finite, since lim A071904(n)/n = 2.
LINKS
FORMULA
Define b(k) = 6k + 3 for k > 0. Delete all terms except those such that (b(k) - 1)/2 - pi(k) + 1 = b(k)/3. Then a(k) = b(k)/3. - Alonso del Arte, Dec 25 2014
EXAMPLE
a(1) = 335, since, for n <= 334, A071904(n) > 3*n, while A071904(335) = 3*335.
a(14) = 377 is the last term, since, A071904(377) = 3*377, while A071904(n) < 3*n, for n >= 378.
MATHEMATICA
Select[Range[9, 1197, 6], (# - 1)/2 - PrimePi[#] + 1 == #/3 &]/3 (* Alonso del Arte, Dec 25 2014 *)
Module[{nn=10000, cmps}, cmps=Select[Range[nn], CompositeQ[#]&&OddQ[#]&]; Select[Thread[ {Range[Length[cmps]], cmps}], #[[2]]==3#[[1]]&]][[;; , 1]] (* Harvey P. Dale, Nov 22 2023 *)
CROSSREFS
Cf. A071904.
Sequence in context: A278098 A303209 A216138 * A119760 A046015 A184076
KEYWORD
nonn,fini,full
AUTHOR
Vladimir Shevelev, Dec 25 2014
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 8 09:36 EDT 2024. Contains 373217 sequences. (Running on oeis4.)