Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143391
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143391 A binomial recursion sequence: a(n)=Binomial[a(n-1),n]. +0
1
1, 4, 6, 20, 4845, 22201944189472719, 16634645236117155031482448970301962178301563194452252454172697574590561518116055\ 1330988078433117 (list; graph; listen)
OFFSET

1,2

COMMENT

The numbers are very big after n=6:

699301187738697776955234590818575878858497870436943950335371702267592105356658

849941404678768037675247402565958747959976067293704659262352355225014691708927

778552892641086343071274181444416049073520682688565978919033071721714880653653

080309872598715536025092978123435527211585005389271350498723935289464449420805

795571832413526658955115512510611494293919617563498533091225832128243546205605

992399467856781652450135524637534848361445349052823349129955310671992962375769

922037205735947982909072338647248893042158639365515004077074834659222711212403

575797324146436716175464082981330742529857175516323162599993277609188166949854

918220220568926227236394740277576705068

FORMULA

a(n)=Binomial[a(n-1),n].

MATHEMATICA

Clear[a, n] a[0] = 1; a[1] = 4; a[n_] := a[n] = Binomial[a[n - 1], n]; Table[a[n], {n, 0, 10}]

CROSSREFS

Sequence in context: A027377 A048789 A038069 this_sequence A019147 A026722 A151520

Adjacent sequences: A143388 A143389 A143390 this_sequence A143392 A143393 A143394

KEYWORD

nonn,uned,probation

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 23 2008

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research