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!)
A071860 Number of k 1<=k<=n such that sigma(k) is odd. 2
1, 2, 2, 3, 3, 3, 3, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = partial sums of A053866(n-1) and A093709(n-1). - Jaroslav Krizek, Oct 18 2009
a(n) = number of points in [0, n*Pi/2] where cos(x) cos(x/2) ... cos(x/n) changes sign. - Robert Israel, Apr 29 2011
REFERENCES
Richard Crandall and Carl Pomerance, Prime numbers: a computational perspective. Springer-Verlag, New York, 2001, p. 52.
LINKS
FORMULA
a(n) = floor( C * sqrt(n) ) +- 1, 0 with C = 1+1/sqrt(2) = 1.707...
a(n) = floor(sqrt(n)) + floor(sqrt(n/2)). (Crandall and Pomerance). - Franz Vrabec, Jun 24 2006
MATHEMATICA
Accumulate[If[OddQ[DivisorSigma[1, #]], 1, 0]&/@Range[90]] (* Harvey P. Dale, Jul 15 2012 *)
PROG
(PARI) for(n=1, 100, print1(sum(i=1, n, if(sigma(i)%2, 1, 0)), ", "))
CROSSREFS
Sequence in context: A078571 A362970 A194343 * A358472 A004788 A284523
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 09 2002
EXTENSIONS
Offset corrected by Amiram Eldar, May 21 2022
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)