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!)
A139193 Natural numbers of the form (prime(n)! - 5)/5. 18
23, 1007, 7983359, 1245404159, 71137485619199, 24329020081766399, 5170403347776995327999, 1768352398747940390908723199999, 1644567730835584563545112575999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A039716 := proc(n) factorial(ithprime(n)) ; end: A139193 := proc(n) A039716(n)/5-1 ; end: seq(A139193(n), n=3..14) ; # R. J. Mathar, Sep 18 2009
MATHEMATICA
Table[(Prime[n]! - 5)/5, {n, 3, 20}]
CROSSREFS
Sequence in context: A233339 A008961 A232757 * A077283 A167244 A130551
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 11 2008
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 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)