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!)
A115420 Numbers having a 1 in position 4 of their binary expansion. 6
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
One of the mystery calculator sequences: A005408, A042964, A047566, A115419, A115420, A115421.
LINKS
Maths Magic, Mystery Calculator.
EXAMPLE
a(1) = 16 = 10000 in binary.
MAPLE
a:= n-> n+15 + 16*iquo(n-1, 16):
seq(a(n), n=1..100); # Alois P. Heinz, Aug 22 2011
CROSSREFS
Sequence in context: A190582 A004457 A248501 * A250038 A296754 A297284
KEYWORD
base,easy,nonn
AUTHOR
Jeremy Gardiner, Jan 22 2006
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 March 18 21:02 EDT 2024. Contains 370951 sequences. (Running on oeis4.)