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!)
A374609 Numbers k such that k*(k+1) is primorial (a term in A002110). 0
1, 2, 5, 14, 714 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms are squarefree numbers (A005117).
a(n) >> exp(n/2); presumably finite. If a(6) exists then a(6) > 10^200000. - Charles R Greathouse IV, Jul 13 2024
LINKS
FORMULA
From Alois P. Heinz, Jul 13 2024: (Start)
a(n) = A000194(A161620(n)).
A002378(a(n)) = A161620(n). (End)
EXAMPLE
714 is a term because 714*715 = 510510 = A002110(7) = 2*3*5*7*11*13*17.
MATHEMATICA
nn = 1000; MapIndexed[Set[P[First[#2]], #1] &, FoldList[Times, Prime@ Range[nn]]]; Monitor[Reap[Do[(d = Floor@ Sqrt[#]; If[Divisible[#, d], Sow[d]]) &[P[i]], {i, nn}]][[-1, 1]], i] (* Michael De Vlieger, Jul 14 2024 *)
CROSSREFS
Subsequence of A141399 and A007674.
Cf. A000194, A002110, A002378, A005117, A161620 (resulting primorials).
Sequence in context: A179675 A193314 A270351 * A240435 A146116 A146107
KEYWORD
nonn,hard
AUTHOR
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 August 25 02:44 EDT 2024. Contains 375418 sequences. (Running on oeis4.)