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!)
A347690 Values of k such that (product of first k squarefree numbers) / (sum of first k squarefree numbers) is an integer. 2
1, 3, 8, 10, 12, 14, 16, 21, 22, 24, 30, 31, 34, 36, 37, 38, 39, 42, 43, 46, 51, 52, 55, 59, 60, 61, 62, 66, 67, 68, 72, 73, 75, 77, 78, 82, 83, 87, 91, 93, 96, 97, 98, 99, 101, 102, 105, 110, 115, 121, 124, 125, 129, 135, 136, 139, 140, 143, 145, 147, 151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the number of terms in the numerator (or denominator) when A322609(n) is found.
LINKS
MATHEMATICA
Module[{nn=4000, sf}, sf=Select[Range[nn], SquareFreeQ]; Table[ If[ IntegerQ[ Times@@Take[sf, n]/Total[Take[sf, n]]], n, Nothing], {n, Length[sf]}]] (* Harvey P. Dale, Sep 19 2021 *)
CROSSREFS
Sequence in context: A007284 A080892 A177091 * A246589 A327308 A350667
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 19 2021
EXTENSIONS
More terms from Harvey P. Dale, Sep 19 2021
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 14:06 EDT 2024. Contains 371987 sequences. (Running on oeis4.)