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!)
A309065 Numbers n such that A014574(n) can be represented as a product of two terms in A014574. 0
8, 10, 13, 17, 23, 27, 33, 41, 52, 57, 64, 74, 94, 101, 108, 125, 126, 131, 148, 151, 158, 169, 171, 190, 193, 202, 206, 213, 225, 230, 240, 248, 252, 275, 292, 325, 345, 354, 355, 364, 412, 417, 430, 433, 437, 439, 444, 463, 484, 485, 486, 533, 542, 543, 557, 558, 580, 594 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A307758(n) = A014574(a(n)).
EXAMPLE
A014574(8) = 72 = 4 * 18. 4 and 18 are both in A014574, so a(1) = 8.
A014574(10) = 108 = 6 * 18. 6 and 18 are both in A014574, so a(2) = 10.
A014574(13) = 180 = 6 * 30. 6 and 30 are both in A014574, so a(3) = 13.
MATHEMATICA
divQ[s_, n_] := AnyTrue[s, MemberQ[s, #] && MemberQ[s, n/#] &]; tpmidQ[n_]:= AllTrue[n + {-1, 1}, PrimeQ]; s={}; ind={}; c=0; Do[If[tpmidQ[n], c++; If[divQ[s, n], AppendTo[ind, c]]; AppendTo[s, n]], {n, 1, 10^5}]; ind (* Amiram Eldar, Jul 11 2019 *)
CROSSREFS
Sequence in context: A010916 A275627 A101764 * A048591 A102615 A308874
KEYWORD
nonn
AUTHOR
Dmitry Kamenetsky, Jul 10 2019
EXTENSIONS
More terms from Jinyuan Wang, Jul 11 2019
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 25 09:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)