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!)
A082034 a(n) = (4*n + 1)*n!. 3
1, 5, 18, 78, 408, 2520, 18000, 146160, 1330560, 13426560, 148780800, 1796256000, 23471078400, 330032102400, 4969162598400, 79768136448000, 1359981342720000, 24542432538624000, 467373280518144000, 9366672731480064000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A row of the array A082037.
LINKS
FORMULA
a(n) = A016813(n)*n!.
(-4*n+3)*a(n) + n*(4*n+1)*a(n-1) = 0. - R. J. Mathar, Nov 07 2014
4*a(n) + (-4*n-7)*a(n-1) + 3*(n-1)*a(n-2) = 0. - R. J. Mathar, Nov 07 2014
MATHEMATICA
Table[(4n+1)n!, {n, 0, 20}] (* Harvey P. Dale, Mar 02 2022 *)
PROG
(Magma) [(4*n+1)*Factorial(n) : n in [0..20]]; // Vincenzo Librandi, Sep 22 2011
CROSSREFS
Sequence in context: A227451 A017960 A162814 * A259340 A241713 A002826
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Apr 02 2003
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)