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!)
A361639 For n > 1, A359804(n) is a multiple of A361503(n-1); a(n) = A359804(n) / A361503(n-1). 2
1, 1, 1, 2, 2, 2, 1, 3, 4, 3, 2, 1, 4, 4, 3, 2, 5, 6, 4, 6, 3, 5, 8, 8, 8, 6, 4, 9, 7, 13, 9, 10, 8, 12, 11, 9, 16, 12, 10, 6, 1, 13, 17, 13, 15, 19, 11, 16, 16, 12, 8, 17, 17, 23, 18, 13, 9, 26, 19, 18, 14, 20, 19, 15, 29, 10, 23, 16, 23, 24, 17, 24, 11, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,4
LINKS
Rémy Sigrist, C program
Michael De Vlieger, Log log scatterplot of a(n), n = 2..2^20, showing 1s in red. Index on x-axis is n-1.
EXAMPLE
a(10) = A359804(10) / A361503(9) = 8 / 2 = 4.
MATHEMATICA
nn = 120; c[_] = False; q[_] = 1;
i = 1; j = 2; c[1] = c[2] = True; u = 3;
{1}~Join~Reap[Do[
(m = q[#]; While[c[m #], m++]; k = m #; q[#] = m) &[(p = 2;
While[Divisible[i j, p], p = NextPrime[p]]; p)]; Sow[m];
Set[{c[k], i, j}, {True, j, k}];
If[k == u, While[c[u], u++]], {n, 3, nn}] ][[-1, -1]] (* Michael De Vlieger, Mar 19 2023 *)
PROG
(C) See Links section.
CROSSREFS
Sequence in context: A017125 A063276 A352682 * A055253 A103626 A238224
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Mar 19 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 6 16:10 EDT 2024. Contains 373133 sequences. (Running on oeis4.)