login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093935 a(1) = 1, a(n+1) = a(n) + n*{a(1) + a(2) + ... + a(n)}. 0
1, 2, 8, 41, 249, 1754, 14084, 127057, 1272625, 14015014, 168323364, 2189619553, 30670104577, 460235322854, 7366138539416, 125257398648401, 2255126454472401, 42855262052316218, 857238357862313360 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a[1]=1, a[2]=2, a[n+1]=[(n^2+n-1)a[n]-na[n-1]]/(n-1) (n>=2). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 18 2005

MAPLE

a[1]:=1:a[2]:=2: for n from 2 to 30 do a[n+1]:=((n^2+n-1)*a[n]-n*a[n-1])/(n-1) od:seq(a[n], n=1..23); (Deutsch)

CROSSREFS

Sequence in context: A020083 A177340 A067119 * A099240 A134055 A136281

Adjacent sequences:  A093932 A093933 A093934 * A093936 A093937 A093938

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 26 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 18 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.