The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A056653 Composite numbers together with 1 but excluding 4. 6
1, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 38, 39, 40, 42, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 66, 68, 69, 70, 72, 74, 75, 76, 77, 78, 80, 81, 82, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These are also the numbers k such that k divides (k-1)!.
LINKS
MAPLE
for n from 1 to 100 do
if irem(factorial(n-1), n) = 0 then print(n) end if;
end do: # Peter Bala, Jan 24 2017
MATHEMATICA
Select[ Range[ 1, 100 ], Mod[ (# - 1)!, # ] == 0 & ]
CROSSREFS
Cf. A018252, A002808, A226198, A014076 (odd terms).
Sequence in context: A138103 A043373 A054047 * A285847 A231879 A062973
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, Aug 30 2000
EXTENSIONS
Edited by Vladeta Jovovic, Apr 30 2003
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 May 12 22:30 EDT 2024. Contains 372497 sequences. (Running on oeis4.)