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!)
A115419 Numbers having a 1 in position 3 of their binary expansion. 8

%I #30 Mar 15 2024 12:51:06

%S 8,9,10,11,12,13,14,15,24,25,26,27,28,29,30,31,40,41,42,43,44,45,46,

%T 47,56,57,58,59,60,61,62,63,72,73,74,75,76,77,78,79,88,89,90,91,92,93,

%U 94,95,104,105,106,107,108,109,110,111,120,121,122,123,124,125,126,127

%N Numbers having a 1 in position 3 of their binary expansion.

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

%C Numbers congruent to {8,9,10,11,12,13,14,15} mod 16. Numbers n such that n xor 8 = n - 8. [_Brad Clardy_, May 06 2013]

%H Edd Mann, <a href="https://eddmann.com/mystery-calculator-clojurescript/">Mystery Calculator</a>.

%H <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,0,0,0,0,1,-1).

%F 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

%e a(1) = 8 = 1000 in binary.

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

%p seq(a(n), n=1..100); # _Alois P. Heinz_, Aug 22 2011

%o (PARI) a(n)=(n-1)\8*16+(n-1)%8+8 \\ _Charles R Greathouse IV_, May 06 2013

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

%K base,easy,nonn,changed

%O 1,1

%A _Jeremy Gardiner_, Jan 22 2006

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 19 04:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)