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!)
A096737 a(1) = 2; for n>1: a(n) = integer part of y-value when x=0 in (y-tau(n))/(x-1)=(1-tau(n))/(n-1), tau=A000005. 2
2, 3, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 5, 2, 6, 2, 6, 4, 4, 2, 8, 3, 4, 4, 6, 2, 8, 2, 6, 4, 4, 4, 9, 2, 4, 4, 8, 2, 8, 2, 6, 6, 4, 2, 10, 3, 6, 4, 6, 2, 8, 4, 8, 4, 4, 2, 12, 2, 4, 6, 7, 4, 8, 2, 6, 4, 8, 2, 12, 2, 4, 6, 6, 4, 8, 2, 10, 5, 4, 2, 12, 4, 4, 4, 8, 2, 12, 4, 6, 4, 4, 4, 12, 2, 6, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = 2 iff n is prime.
LINKS
FORMULA
a(n) = floor((n*tau(n)-1)/(n-1))for n>1, a(1) = 2.
a(1)=2, a(2)=3, a(n)=tau(n) if n>2. - Michael Somos, Sep 03 2006
EXAMPLE
See A096736.
MATHEMATICA
Join[{2, 3}, Table[Floor[(n*DivisorSigma[0, n] - 1)/(n - 1)], {n, 3, 100}]] (* G. C. Greubel, Nov 27 2016 *)
CROSSREFS
Cf. A096736.
Sequence in context: A245575 A333600 A339625 * A304535 A241856 A278354
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 06 2004
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 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)