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!)
A243349 Difference between the n-th squarefree number and the index of its largest prime factor. 3
1, 1, 1, 2, 4, 3, 7, 6, 7, 10, 12, 10, 11, 17, 17, 14, 20, 19, 27, 20, 28, 27, 31, 25, 30, 33, 28, 38, 29, 37, 32, 44, 37, 50, 49, 48, 42, 43, 51, 59, 61, 48, 60, 66, 51, 52, 62, 72, 72, 57, 69, 60, 78, 72, 77, 65, 85, 82, 79, 87, 72, 75, 95, 76, 101, 90, 79, 80, 105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Different from A243289. A243348 gives the difference a(n) - A243289(n).
LINKS
FORMULA
a(n) = A243291(A005117(n)).
a(n) = A005117(n) - A061395(A005117(n)).
MATHEMATICA
With[{s = Select[Range[120], SquareFreeQ]}, s - Table[PrimePi[FactorInteger[k][[-1, 1]]], {k, s}]] (* Amiram Eldar, Mar 04 2024 *)
PROG
(Scheme) (define (A243349 n) (A243291 (A005117 n)))
CROSSREFS
Sequence in context: A343647 A218602 A114537 * A266413 A245614 A246165
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 04 2014
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 24 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)