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!)
A245015 Numbers n such that sigma(n) is a factorial. 4
1, 5, 14, 15, 23, 54, 56, 87, 95, 264, 270, 280, 354, 376, 406, 418, 435, 459, 478, 537, 623, 649, 667, 719, 1560, 1740, 1824, 1836, 1992, 2148, 2214, 2262, 2296, 2392, 2470, 2492, 2514, 2528, 2596, 2668, 2876, 3058, 3154, 3471, 3567, 3777, 3835, 3895, 4147, 4195, 4199 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers n such that A000203(n) is in A000142.
LINKS
EXAMPLE
sigma(5) is 6 which is 3!, so 5 is n the sequence.
MATHEMATICA
Select[Range[4000], MemberQ[Range[8]!, DivisorSigma[1, #]] &] (* Alonso del Arte, Sep 24 2014 *)
PROG
(PARI) isok(n) = {if (n==1, return (1)); s = sigma(n); f = 1; for (k=2, s, f *= k; if (f == s, return (1)); if (f > s, return (0)); ); } \\ Michel Marcus, Mar 09 2015
CROSSREFS
Sequence in context: A101774 A222560 A222561 * A196366 A306772 A230058
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Sep 16 2014
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)