Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101836
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101836 2^n - A143658(n). +0
1
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 (list; graph; listen)
OFFSET

0,3

COMMENT

The number of integers not exceeding 2^n that are not square-free.

MATHEMATICA

c = 0; k = 1; lst = {}; Do[ While[k <= 2^n, If[ !SquareFreeQ@ k, c++ ]; k++ ]; AppendTo[lst, c], {n, 26}]; lst

CROSSREFS

Cf. A013929, A143658.

KEYWORD

nonn,new

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 31 2008

page 1

Search completed in 0.001 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 8 08:06 EDT 2008. Contains 143486 sequences.


AT&T Labs Research