Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A013589
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A013589 a(n+1) = a(n)*(a(n)+1)/2. +0
4
4, 10, 55, 1540, 1186570, 703974775735, 247790242435923759782980, 30700002123226936025189367747945843590228731690 (list; graph; listen)
OFFSET

0,1

MAPLE

f := proc(n) options remember; if n = 0 then 4 else 1/2*f(n-1)*(f(n-1)+1) fi end

CROSSREFS

Sequence in context: A018844 A007027 A096423 this_sequence A002290 A104363 A092190

Adjacent sequences: A013586 A013587 A013588 this_sequence A013590 A013591 A013592

KEYWORD

nonn

AUTHOR

Carl Bellinger (carlb(AT)ctron.com)

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research