Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129751
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129751 The natural numbers represented by their set theoretic Von Neumann construction, where the empty set is replaced by '0', the left set bracket '{' is replaced by 1, the right bracket '}' is replaced by 2 and the set construct contents are ordered by increasing cardinality. +0
2
0, 102, 101022, 101021010222, 101021010221010210102222, 101021010221010210102221010210102210102101022222, 10102101022101021010222101021010221010210102222101021010221010210102221010210102\ 2101021010222222 (list; graph; listen)
OFFSET

0,2

COMMENT

Other sequences may be obtained by using different substitutions for '0', '{' and '}'.

REFERENCES

http://planetmath.org/encyclopedia/VonNeumannInteger.html

LINKS

I.N. Galidakis, Home Page

FORMULA

S(n)=n union {n}

EXAMPLE

a(0)=0, a(1)={0}=102, a(2)={0,{0}}=101022, etc.

MAPLE

N:=proc(n) local i, s, l, r, data; s:=`0`; l:=`1`; r:=`2`; #change here for different sequences if n>0 then for i from 1 to n-1 do s:=cat(s, l, s, r); od; s:=cat(l, s, r); fi; data:=sscanf(s, `%d`); RETURN(data[1]); end:

CROSSREFS

Cf. A129754.

Adjacent sequences: A129748 A129749 A129750 this_sequence A129752 A129753 A129754

Sequence in context: A088805 A030512 A097725 this_sequence A094095 A074675 A161402

KEYWORD

easy,nonn

AUTHOR

I.N. Galidakis (jgal(AT)ath.forthnet.gr), May 14 2007

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 July 4 09:27 EDT 2009. Contains 160562 sequences.


AT&T Labs Research