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!)
A305739 a(n) = n!*T(n) - 1, where T(n) is the n-th triangular number. 0
0, 5, 35, 239, 1799, 15119, 141119, 1451519, 16329599, 199583999, 2634508799, 37362124799, 566658892799, 9153720575999, 156920924159999, 2845499424767999, 54420176498687999, 1094805903679487999, 23112569077678079999, 510909421717094399999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n*(n+1)!/2 - 1. - Michel Marcus, Jun 23 2018
a(n) = A180119(n)-1 = A001286(n+1)-1. - Alois P. Heinz, Jun 24 2018
MAPLE
seq(n*(n+1)!/2-1, n=1..21);
PROG
(PARI) a(n) = n*(n+1)!/2 - 1; \\ Michel Marcus, Jun 23 2018
CROSSREFS
See A305738 for the indices of primes in this sequence.
Sequence in context: A154780 A007995 A091928 * A290903 A155127 A239846
KEYWORD
nonn
AUTHOR
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 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)