login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A174972 Number of surreal number forms produced by the n-th iteration of the induction rule. 1
1, 3, 20, 576, 278528, 35433480192, 299759591197780213760, 10974106333200265446693831089674524819456, 7439641733497565555964435786808198079572596514767406239535149772508418579365888 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
D. E. Knuth, Surreal Numbers, Addison-Wesley, Reading, 1974.
LINKS
Wikipedia, Surreal number
FORMULA
a(n) = Sum_{i=1..2^n} i*C(2^n-1,i-1).
EXAMPLE
a(0) = 1*C(0,0)=1.
a(1) = 1*C(1,0)+2*C(1,1)=3.
a(2) = 1*C(3,0)+2*C(3,1)+3*C(3,2)+4*C(3,3)=20.
PROG
(PARI) a(n) = sum(i=1, 2^n, i*binomial(2^n-1, i-1)); \\ Michel Marcus, Aug 08 2013
CROSSREFS
Sequence in context: A365365 A189603 A203228 * A300917 A089943 A108699
KEYWORD
nonn
AUTHOR
Ryan M. Smail (SmailRM2304(AT)gmail.com), Apr 02 2010
EXTENSIONS
Added more terms, Michel Marcus, Aug 08 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)