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!)
A173317 5*n! - 1. 6

%I #12 Sep 08 2022 08:45:50

%S 4,4,9,29,119,599,3599,25199,201599,1814399,18143999,199583999,

%T 2395007999,31135103999,435891455999,6538371839999,104613949439999,

%U 1778437140479999,32011868528639999,608225502044159999

%N 5*n! - 1.

%H Vincenzo Librandi, <a href="/A173317/b173317.txt">Table of n, a(n) for n = 0..200</a>

%F a(n) = 5*A000142(n)-1.

%F a(0)=4, a(n) = n*a(n-1)+n-1. - _Vincenzo Librandi_, Sep 30 2013

%t Table[5 n! - 1, {n, 0, 25}] (* _Vincenzo Librandi_, Sep 30 2013 *)

%o (Magma) [5*Factorial(n)-1: n in [0..25]]; /* or */ [4] cat [n eq 1 select n+3 else n*Self(n-1)+n-1: n in [1..25] ]; // _Vincenzo Librandi_, Sep 30 2013

%Y Cf. sequences of the type k*n!-1: A033312 (k=1), A020543 (k=2), A173323 (k=3), A173321 (k=4), this sequence, A173316 (k=6).

%K nonn,easy

%O 0,1

%A _Vincenzo Librandi_, Feb 16 2010

%E a(16) corrected from _Vincenzo Librandi_, Sep 30 2013

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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)