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!)
A082430 a(1)=1; for n > 1, a(n) = n*(a(n-1) + a(n-2) + ... + a(2) + a(1)) + 4. 1
1, 6, 25, 132, 824, 5932, 48444, 442916, 4484524, 49828044, 602919332, 7892762164, 111156400476, 1675896499484, 26934050884564, 459674468429892, 8302870086014924, 158242935756990316, 3173649989348528004 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
More generally, if m is an integer and a(1)=1, a(n) = n*(a(n-1) + a(n-2) + ... + a(2) + a(1)) + m then a(n) has a closed form formula as a(n) = floor/ceiling(n*r(m)*n!) where r(m) = frac(e*m) + 0 or + 1/2 or -1/2 + integer. (See Example section.)
LINKS
FORMULA
For n >= 2, a(n) = ceiling(n*(19/2 - 4*e)*n!).
EXAMPLE
r(10) = frac(10*e) + 1/2 + 2;
r(12) = frac(12*e) - 1/2 + 3;
r(15) = frac(15*e) + 3;
r(18) = frac(18*e) - 1/2 + 4.
MATHEMATICA
nxt[{n_, t_, a_}]:=Module[{c=t(n+1)+4}, {n+1, t+c, c}]; NestList[nxt, {1, 1, 1}, 20][[;; , 3]] (* Harvey P. Dale, Mar 28 2024 *)
CROSSREFS
Sequence in context: A073967 A188207 A275541 * A136593 A012293 A012594
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 16 18:22 EDT 2024. Contains 371750 sequences. (Running on oeis4.)