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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062313 Composite(n!) or A002808(n!), (including 1). 1
1, 24, 720, 40320, 362880, 3628800, 479001600, 87178291200, 1307674368000, 20922789888000, 6402373705728000, 2432902008176640000, 51090942171709440000, 1124000727777607680000, 620448401733239439360000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

MATHEMATICA

f[n_]:=(n+1)!/(n!+1); lst={1}; Do[AppendTo[lst, Numerator[f[n]]], {n, 3, 3*4!}]; Union@lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 21 2009]

PROG

(PARI) for(n=1, 30, if(isprime(n), n+1, print(n!)))

(PARI) { n=0; f=1; for (m=1, 200, f*=m; if (!isprime(m), write("b062313.txt", n++, " ", f); if (n==100, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 04 2009]

CROSSREFS

Cf. A002808.

Sequence in context: A093456 A189412 A105187 * A062528 A175604 A158651

Adjacent sequences:  A062310 A062311 A062312 * A062314 A062315 A062316

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 05 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 17 09:17 EST 2012. Contains 206009 sequences.