Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060719
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060719 a(0) = 1; a(n+1) = a(n) + Sum_{i=0..n} binomial(n,i)*(a(i)+1). +0
3
1, 3, 9, 29, 103, 405, 1753, 8279, 42293, 231949, 1357139, 8427193, 55288873, 381798643, 2765917089, 20960284293, 165729739607, 1364153612317, 11665484410113, 103448316470743, 949739632313501, 9013431476894645, 88304011710168691 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n) = 2*Bell(n+1)-1. - Vladeta Jovovic (vladeta(AT)eunet.rs), Feb 11 2003

MAPLE

A060719 := proc(n) option remember; local i; if n=0 then 1 else A060719(n-1)+add(binomial(n-1, i)*(A060719(i)+1), i=0..n-1); fi; end;

CROSSREFS

Cf. A000110.

Sequence in context: A109432 A148943 A148944 this_sequence A091152 A148945 A136628

Adjacent sequences: A060716 A060717 A060718 this_sequence A060720 A060721 A060722

KEYWORD

easy,nonn

AUTHOR

Frank Ellermann (Frank.Ellermann(AT)t-online.de), Apr 23 2001

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 December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research