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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064896 Numbers of the form (2^{mr}-1)/(2^r-1) for positive integers m, r. 6
1, 3, 5, 7, 9, 15, 17, 21, 31, 33, 63, 65, 73, 85, 127, 129, 255, 257, 273, 341, 511, 513, 585, 1023, 1025, 1057, 1365, 2047, 2049, 4095, 4097, 4161, 4369, 4681, 5461, 8191, 8193, 16383, 16385, 16513, 21845, 32767, 32769, 33825, 37449, 65535, 65537 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Binary expansion of n consists of single 1's diluted by (possibly empty) equal-sized blocks of 0's.

A064894(a(n)) = A056538(n)

According to Stolarsky's Theorem 2.1, all numbers in this sequence are sturdy numbers; this sequence is a subsequence of A125121. - T. D. Noe, Jul 21 2008

REFERENCES

T. Chinburg and M. Henriksen, Sums of k-th powers in the ring of polynomials with integer coefficients, Acta Arithmetica, 29 (1976), 227-250.

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

K. B. Stolarsky, Integers whose multiples have anomalous digital frequencies, Acta Arithmetica, 38 (1980), 117-128.

EXAMPLE

73 is included because it is 1001001 in binary, whose 1's are diluted by blocks of two 0's.

MAPLE

f := proc(p) local m, r, t1; t1 := {}; for m from 1 to 10 do for r from 1 to 10 do t1 := {op(t1), (p^(m*r)-1)/(p^r-1)}; od: od: sort(convert(t1, list)); end; f(2); # very crude!

CROSSREFS

A064894, A056538.

Sequence in context: A180204 A006995 A163410 * A076188 A073674 A084722

Adjacent sequences:  A064893 A064894 A064895 * A064897 A064898 A064899

KEYWORD

base,easy,nonn

AUTHOR

Marc LeBrun (mlb(AT)well.com), Oct 11 2001

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 16 17:46 EST 2012. Contains 205939 sequences.