Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A058279
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A058279 a(0)=a(1)=1, a(n)=a(n-2)+(n+1)*a(n-1). +0
1
1, 1, 4, 17, 89, 551, 3946, 32119, 293017, 2962289, 32878196, 397500641, 5200386529, 73202912047, 1103244067234, 17725107987791, 302430079859681, 5461466545462049, 104070294443638612, 2086867355418234289, 43928284758226558681, 968509132036402525271 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) is asymptotic to c*n! with c=0.9007... - Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 03 2002

MAPLE

A058279 := proc(n) option remember; if n <= 1 then 1 else A058279(n-2)+(n+1)*A058279(n-1); fi; end;

CROSSREFS

Adjacent sequences: A058276 A058277 A058278 this_sequence A058280 A058281 A058282

Sequence in context: A110508 A114190 A135168 this_sequence A143405 A141154 A112354

KEYWORD

nonn

AUTHOR

njas, Dec 09 2000

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 October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research