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!)
A093468 a(1) = 1, a(2) = 2; for n >= 2, a(n+1) = a(n) + Sum {a(n)-a(i), i = 1 to n}. 2
1, 2, 3, 6, 18, 78, 438, 2958, 23118, 204558, 2018958, 21977358, 261478158, 3374988558, 46964134158, 700801318158, 11162196262158, 189005910310158, 3390192763174158, 64212742967590158, 1280663747055910158 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Ignoring the different offsets, this is the partial sums of A001710. - Jonathan Vos Post and Franklin T. Adams-Watters, May 12 2010
LINKS
FORMULA
a(n) = A014288(n-1)+1. - Vladeta Jovovic, Apr 08 2004
a(n)=n*a(n-1)-(n-1)*a(n-2), n>3. - Gary Detlefs, Dec 30 2010
MATHEMATICA
a[1] = 1; a[2] = 2; a[n_] := a[n] = a[n - 1] + Sum[a[n - 1] - a[i], {i, n - 1}]; Table[ a[n], {n, 21}] (* Robert G. Wilson v, Apr 08 2004 *)
CROSSREFS
Cf. A093467.
Sequence in context: A083563 A038056 A072241 * A185625 A114302 A000304
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 07 2004
EXTENSIONS
More terms from Robert G. Wilson v, Apr 08 2004
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 09:52 EDT 2024. Contains 371698 sequences. (Running on oeis4.)