login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061759 n! is divisible by (n+1)^11. 1
59, 71, 79, 83, 89, 95, 99, 104, 107, 111, 119, 125, 127, 131, 134, 139, 143, 146, 149, 153, 155, 159, 161, 164, 167, 174, 175, 179, 181, 188, 191, 194, 195, 197, 199, 203, 207, 209, 215, 219, 220, 223, 224, 227, 230, 233, 237, 239, 241, 242, 244, 246, 249 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

MATHEMATICA

Select[Range[250], IntegerQ[ #!/(# + 1)^11] &]

PROG

(PARI) { n=0; f=1; for (a=1, 3879, f*=a; if (f%(a + 1)^11 == 0, write("b061759.txt", n++, " ", a)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 27 2009]

CROSSREFS

Sequence in context: A096339 A015979 A065208 * A061764 A162000 A080192

Adjacent sequences:  A061756 A061757 A061758 * A061760 A061761 A061762

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 21 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 23:23 EST 2012. Contains 205567 sequences.