Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111063
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111063 a(0) = 1; a(n) = (n-1)*a(n-1)+n. +0
1
1, 1, 3, 9, 31, 129, 651, 3913, 27399, 219201, 1972819, 19728201, 217010223, 2604122689, 33853594971, 473950329609, 7109254944151, 113748079106433, 1933717344809379, 34806912206568841, 661331331924807999, 13226626638496160001, 277759159408419360043 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n+1)=sum{k=0..2n, C(n,floor(k/2))(n-floor(k/2))!}; - Paul Barry (pbarry(AT)wit.ie), May 04 2007

MAPLE

a:=proc(n) option remember; if n=0 then RETURN(1); fi; (n-1)*a(n-1)+n; end;

CROSSREFS

A030297(n)/n, n>0.

Sequence in context: A071603 A090595 A027040 this_sequence A089475 A099999 A039749

Adjacent sequences: A111060 A111061 A111062 this_sequence A111064 A111065 A111066

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Oct 08 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research