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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093986 a(1) = 1, a(2) = 1, a(n+1) = 2n*a(n) - a(n-1). Symmetrically a(n) = {a(n-1)+a(n+1)}/{(n-1) +(n+1)}. 2
1, 1, 3, 17, 133, 1313, 15623, 217409, 3462921, 62115169, 1238840459, 27192374929, 651378157837, 16908639728833, 472790534249487, 14166807387755777, 452865045873935377, 15383244752326047041, 553343946037863758099 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MAPLE

a[1]:=1:a[2]:=1:for n from 3 to 21 do a[n]:=2*(n-1)*a[n-1]-a[n-2] od: seq(a[n], n=1..21); (Deutsch)

CROSSREFS

Cf. A093985.

Sequence in context: A073513 A074524 A163684 * A192459 A055214 A105630

Adjacent sequences:  A093983 A093984 A093985 * A093987 A093988 A093989

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 22 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 17 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 14 16:44 EST 2012. Contains 205635 sequences.