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!)
A363457 Positions of products of distinct primorial numbers (A129912) in the sequence of products of primorial numbers (A025487). 2
1, 2, 4, 6, 9, 13, 20, 22, 27, 29, 43, 54, 55, 66, 72, 89, 93, 112, 114, 123, 140, 147, 150, 175, 186, 223, 232, 242, 246, 274, 279, 285, 290, 332, 371, 376, 425, 433, 439, 442, 488, 500, 518, 535, 539, 570, 619, 624, 656, 718, 747, 761, 783, 789, 816, 831, 860 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A025487(k) is a term of A129912.
Numbers k such that A051282(k) = A363455(k).
What is the asymptotic behavior of this sequence? Empirically, it seems that a(n) ~ A * n^c, where A and c are constants.
LINKS
FORMULA
A025487(a(n)) = A129912(n).
MATHEMATICA
lps = Cases[Import["https://oeis.org/A025487/b025487.txt", "Table"], {_, _}][[;; , 2]];
prod = Cases[Import["https://oeis.org/A129912/b129912.txt", "Table"], {_, _}][[;; , 2]];
Position[lps, #] & /@ prod // Flatten
CROSSREFS
Sequence in context: A039902 A081659 A143586 * A344677 A241546 A370320
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 03 2023
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 12 03:30 EDT 2024. Contains 373321 sequences. (Running on oeis4.)