A083787
Sequence contains the prime signature pertaining to the n-th row of A083785.
Original entry on oeis.org
1, 2, 6, 60, 60, 60, 420
Offset: 1
a(4) = 2^2*3*5 = 60 because A083785(4, 1) = 19940 = 2^2*5*997, (p^2*q*r) etc.
A034173
a(n) is minimal such that prime factorizations of a(n), ..., a(n)+n-1 have same exponents.
Original entry on oeis.org
1, 2, 33, 19940, 204323, 380480345, 440738966073
Offset: 1
a(4) = 19940 because 19940, ..., 19943 all have the form p^2 q r.
-
A034173(n)={my(f);for(k=1,oo,f=0;for(i=1,n, f==(f=vecsort(factor(k+n-i)[,2])) || i==1 || [k+=n-i; next(2)]);return(k))} \\ M. F. Hasler, Oct 23 2012
A034174
a(n) is minimal such that prime factorizations of a(n)-n+1, ..., a(n) have same exponents.
Original entry on oeis.org
1, 3, 35, 19943, 204327, 380480350, 440738966079
Offset: 1
a(4)=19943 because 19940, ..., 19943 all have the form p^2 q r.
-
A034174(n)={my(f); for(k=n, oo, f=0; for(i=0, n-1, f==(f=vecsort(factor(k-i)[, 2])) || !i || [k+=n-i-1; next(2)]); return(k))} \\ For illustrative purpose; not useful for n>=6. - M. F. Hasler, Oct 28 2012
Showing 1-3 of 3 results.
Comments