Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092857
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092857 Representation of 1/sqrt(2*Pi) by an infinite sequence. +0
9
2, 3, 6, 7, 11, 16, 20, 22, 25, 26, 29, 30, 31, 32, 34, 36, 41, 42, 44, 45, 48, 50, 55, 59, 60, 62, 67, 68, 69, 70, 71, 72, 75, 77, 78, 81, 82, 83, 84, 88, 90, 99, 101, 102, 103, 105, 107, 109, 110, 111, 115, 116, 117, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 135 (list; graph; listen)
OFFSET

1,1

COMMENT

Any real number in the range (0,1), having infinite number of nonzero binary digits, can be represented by a monotonic infinite sequence, such a way that:

n is in the sequence iff the n-th digit in the fraction part of the number is 1.

See also A092855, an example for the inverse mapping is A051006

LINKS

Ferenc Adorjan, Binary mapping of monotonic sequences and the Aronson function

PROGRAM

(PARI) {/* mtinv(x)= /*Returns the inverse binary mapping of x into a monotonic sequence */ local(z, v=[], r=[], l); z=frac(x); v=binary(z)[2]; l=matsize(v)[2]; for(i=1, l, if(v[i]==1, r=concat(r, i))); return(r)} }

CROSSREFS

Cf. A092855, A051006, A092858, A092859, A092860, A092861, A092862, A092863, A092874.

Sequence in context: A049196 A096578 A027754 this_sequence A062404 A032875 A032842

Adjacent sequences: A092854 A092855 A092856 this_sequence A092858 A092859 A092860

KEYWORD

easy,nonn

AUTHOR

Ferenc Adorjan (fadorjan(AT)freemail.hu)

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 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research