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!)
A074756 Least s > n such that tau(n!) divides tau(s!). 1
2, 3, 4, 5, 8, 7, 11, 14, 21, 11, 20, 13, 26, 30, 26, 17, 27, 19, 54, 40, 60, 23, 42, 48, 48, 45, 44, 29, 108, 31, 54, 53, 66, 58, 90, 37, 55, 90, 75, 41, 77, 43, 59, 58, 126, 47, 130, 559, 559, 144, 77, 53, 123, 105, 105, 90, 74, 59, 119, 61, 119, 176, 344, 126, 126, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
ls[n_]:=Module[{s=n+1, nt=DivisorSigma[0, n!]}, While[!Divisible[ DivisorSigma[0, s!], nt], s++]; s]; Array[ls, 70] (* Harvey P. Dale, Sep 18 2013 *)
PROG
(PARI) a(n)=if(n<0, 0, s=n+1; while(numdiv(s!)%numdiv(n!)>0, s++); s)
CROSSREFS
Sequence in context: A330573 A309369 A091893 * A240221 A075162 A056240
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Sep 28 2002
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 27 19:34 EDT 2024. Contains 372020 sequences. (Running on oeis4.)