Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103543
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103543 Consider those values of k for which A102370(k) = k: 0, 4, 8, 16, 20, 24, 32, 36, 40, 48, 52, 56, 64, ..., and divide by 4: 0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16, 17, 18, 20, 21, 22, 24, ...; sequence gives missing numbers. +0
4
3, 7, 11, 15, 19, 23, 27, 31, 35, 39, 43, 47, 51, 55, 59, 62, 63, 67, 71, 75, 79, 83, 87, 91, 95, 99, 103, 107, 111, 115, 119, 123, 126, 127, 131, 135, 139, 143, 147, 151, 155, 159, 163, 167, 171, 175, 179, 183, 187, 190, 191, 195, 199, 203, 207, 211, 215, 219, 223 (list; graph; listen)
OFFSET

1,1

LINKS

David Applegate, Benoit Cloitre, Philippe DELEHAM and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers [pdf, ps].

FORMULA

Numbers of the form 4k+3 together with the terms of A103584.

It is shown in the reference that A102370(k) = k iff n == 0 (mod 4) and n does not belong to any of the arithmetic pgressions Q_r := {2^(4r)*j - 4r, j >= 1} for r = 1, 2, 3, ...

In other words, the sequence consists of the numbers of the form j*2^(4k-2) - k for k >=2 and j >= 1.

MATHEMATICA

f[n_] := Block[{k = 1, s = 0, l = Max[2, Floor[Log[2, n + 1] + 2]]}, While[k < l, If[ Mod[n + k, 2^k] == 0, s = s + 2^k]; k++ ]; s]; Complement[ Range[225], Select[ Range[900], f[ # ] == 0 &]/4] (from Robert G. Wilson v Mar 23 2005)

CROSSREFS

Cf. A102370, A103584.

Sequence in context: A124981 A059554 A131098 this_sequence A004767 A118894 A039957

Adjacent sequences: A103540 A103541 A103542 this_sequence A103544 A103545 A103546

KEYWORD

nonn,easy

AUTHOR

njas, Mar 23 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 23 2005

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


AT&T Labs Research