login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115419 Numbers having a 1 in position 3 of their binary expansion. 6
8, 9, 10, 11, 12, 13, 14, 15, 24, 25, 26, 27, 28, 29, 30, 31, 40, 41, 42, 43, 44, 45, 46, 47, 56, 57, 58, 59, 60, 61, 62, 63, 72, 73, 74, 75, 76, 77, 78, 79, 88, 89, 90, 91, 92, 93, 94, 95, 104, 105, 106, 107, 108, 109, 110, 111, 120, 121, 122, 123, 124, 125, 126, 127 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

One of the mystery calculator sequences: A005408, A042964, A047566, A115419, A115420, A115421.

LINKS

Maths Magic, Mystery Calculator.

FORMULA

G.f.: -(x^8+x^7+x^6+x^5+x^4+x^3+x^2+x+8)*x / (-x^9+x^8+x-1). - Alois P. Heinz, Aug 22 2011

EXAMPLE

a(1) = 8 = 1000 in binary.

MAPLE

a:= n-> n+7 + 8*iquo(n-1, 8):

seq (a(n), n=1..100);  # Alois P. Heinz, Aug 22 2011

CROSSREFS

Cf. A005408, A042964, A047566, A115420, A115421.

Sequence in context: A046037 A089017 A023391 * A161639 A162788 A115842

Adjacent sequences:  A115416 A115417 A115418 * A115420 A115421 A115422

KEYWORD

base,easy,nonn

AUTHOR

Jeremy Gardiner (jeremy.gardiner(AT)btinternet.com), Jan 22 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 10:57 EST 2012. Contains 206009 sequences.