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!)
A139163 a(n)=(prime(n)!+5)/5. 2
25, 1009, 7983361, 1245404161, 71137485619201, 24329020081766401, 5170403347776995328001, 1768352398747940390908723200001, 1644567730835584563545112576000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
MAPLE
A139163:=n->(ithprime(n)! + 5)/5; seq(A139163(n), n=3..15); # Wesley Ivan Hurt, Jan 23 2014
MATHEMATICA
Table[(Prime[n]! + 5)/5, {n, 3, 30}]
PROG
(PARI) a(n) = (prime(n)!+5)/5; \\ Michel Marcus, Jan 23 2014
CROSSREFS
Sequence in context: A219060 A218316 A232698 * A367974 A167257 A346160
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 May 14 04:33 EDT 2024. Contains 372528 sequences. (Running on oeis4.)