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!)
A082427 a(1)=1, a(n)=n*(a(n-1)+a(n-2)+...+a(2)+a(1)) - 2. 0
1, 0, 1, 6, 38, 274, 2238, 20462, 207178, 2301978, 27853934, 364633318, 5135252562, 77423807858, 1244311197718, 21236244441054, 383579665216538, 7310577148832842, 146617686151591998, 3086688129507199958 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
for n>=2 a(n) = floor(n*(11/2-2e)*n!)
MATHEMATICA
Join[{1}, Table[Floor[n(11/2-2E)n!], {n, 2, 20}]] (* Harvey P. Dale, May 09 2013 *)
CROSSREFS
Sequence in context: A098410 A079949 A026940 * A192941 A263855 A354326
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 24 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 30 11:22 EDT 2024. Contains 372131 sequences. (Running on oeis4.)