Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A013989
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A013989 a(n) = (n+1)( a(n-1)/n + a(n-2) ). +0
4
1, 2, 6, 16, 50, 156, 532, 1856, 6876, 26200, 104456, 428352, 1821976, 7959056, 35857200, 165592576, 785514512, 3812387616, 18948962656, 96194028800, 498931946016, 2638959243712, 14234346694976 (list; graph; listen)
OFFSET

0,2

REFERENCES

rec.puzzles Dec 10 1995

FORMULA

E.g.f: x*exp(x*(x/2+1)) - Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 28 2005

MAPLE

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

CROSSREFS

a(n) = A000085(n) * (n+1).

Cf. A000085.

Adjacent sequences: A013986 A013987 A013988 this_sequence A013990 A013991 A013992

Sequence in context: A052890 A052814 A000136 this_sequence A002841 A136509 A100664

KEYWORD

nonn,easy

AUTHOR

njas, Dan Hoey (Hoey(AT)AIC.NRL.Navy.Mil)

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 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research