proposed
approved
proposed
approved
editing
proposed
(Scheme)
(Scheme, with _; ; With _Antti Karttunen_'s IntSeq-library).
approved
editing
Eric Weisstein's World of Mathematics, <a href="httphttps://mathworld.wolfram.com/Squarefree.html">Squarefree</a>
reviewed
approved
proposed
reviewed
editing
proposed
A136742(n) = PRODUCTProduct{k=0..a(n)} (A072284(n)+k:0<=k<a(n)).
A136743(n) = SUMSum_{k=0..a(n)} A001221(A072284(n)+k):0<=k<a(n)).
(End)
From Antti Karttunen, Jun 06 2014: (Start)
Also the lengths of runs in A243348, differences of the n-th squarefree number and n.
Also the lengths of runs in A243348, differences of the n-th squarefree number and n. - Antti Karttunen, Jun 06 2014
(PARI) n=1; while(n<1000, c=0; while(issquarefree(n), n++; c++); print1(c, ", "); while(!issquarefree(n), n++)) - _\\ _Rick L. Shepherd_, Jul 25 2006
approved
editing
editing
approved
Also the lengths of runs in A243348, differences of the n-th square-free squarefree number and n.
with(numtheory): a:=proc(n) if mobius(n)=0 then n else fi end: A:=[0, seq(a(n), n=1..500)]: b:=proc(n) if A[n]-A[n-1]>1 then A[n]-A[n-1]-1 else fi end: seq(b(n), n=2..nops(A)); - _# _Emeric Deutsch_, Jul 24 2006
approved
editing