login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A052225
(n+1)!*(n+3)-3.
0
5, 27, 141, 837, 5757, 45357, 403197, 3991677, 43545597, 518918397, 6706022397, 93405311997, 1394852659197, 22230464255997, 376610217983997, 6758061133823997, 128047474114559997, 2554547108585471997
OFFSET
1,1
FORMULA
a(n) = A001048(n+2) - 3. - Michel Marcus, Jun 19 2013
EXAMPLE
a(2)=27 because 27=(2+1)!*(2+3)-3 or 3*2*1*5-3.
PROG
(PARI) a(n) = (n+1)!*(n+3) - 3 \\ Michel Marcus, Jun 19 2013
CROSSREFS
Sequence in context: A037675 A221673 A257061 * A293295 A343208 A015535
KEYWORD
nonn,easy
AUTHOR
Andreas Ulvaer (aulvaer(AT)yahoo.com), Feb 20 2000
EXTENSIONS
More terms from James A. Sellers, Feb 22 2000
STATUS
approved