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!)
A064145 a(n) = tau(n!-1) or number of divisors of n!-1. 8
1, 2, 2, 4, 2, 2, 4, 6, 4, 16, 2, 4, 2, 24, 4, 8, 8, 8, 4, 16, 8, 4, 4, 8, 4, 4, 16, 32, 2, 8, 2, 2, 4, 8, 4, 32, 2, 16, 4, 16, 16, 128, 16, 32, 32, 4, 16, 8, 4, 32, 32, 16, 64, 64, 32, 64, 32, 4, 8, 16, 16, 32, 16, 64, 16, 128, 4, 64, 32, 32, 8, 16, 32, 128, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
MATHEMATICA
Do[ Print[ DivisorSigma[0, n! - 1]], {n, 2, 40} ]
PROG
(PARI) { f=1; for (n=2, 100, f*=n; if (n>1, a=numdiv(f - 1), a=0); write("b064145.txt", n, " ", a) ) } \\ Harry J. Smith, Sep 09 2009
CROSSREFS
Sequence in context: A215655 A118232 A115070 * A213431 A331985 A261891
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Sep 11 2001
EXTENSIONS
More terms from Robert G. Wilson v, Oct 04 2001
a(51)-a(76) from Harry J. Smith, Sep 09 2009
Ambiguous term a(1) removed by Max Alekseyev, May 06 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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)