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!)
A101836 a(n) = 2^n - A143658(n). 1
0, 0, 1, 2, 5, 12, 25, 50, 99, 198, 400, 803, 1605, 3210, 6422, 12848, 25692, 51384, 102784, 205563, 411115, 822234, 1644470, 3288958, 6577915, 13155768, 26311537, 52623102, 105246259, 210492628, 420985102, 841970065, 1683940202, 3367880511, 6735761133, 13471522233 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The number of integers not exceeding 2^n that are not squarefree.
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..64 (calculated from the b-file at A143658)
MATHEMATICA
c = 0; k = 1; lst = {}; Do[ While[k <= 2^n, If[ !SquareFreeQ@ k, c++ ]; k++ ]; AppendTo[lst, c], {n, 0, 26}]; lst
CROSSREFS
Sequence in context: A166106 A067331 A116734 * A262667 A122439 A063807
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 31 2008
EXTENSIONS
a(0) inserted and more terms added by Amiram Eldar, Feb 09 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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)