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!)
A360372 Numbers k >= 1 such that k divides Sum_{i=1..k} A007088(i). 0
1, 11, 21, 23, 37, 461, 94101, 14958901, 16364133, 134375017, 192594821, 416095237, 4074380993, 82482257999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The arithmetic mean of the first k binary numbers, taken as decimal numbers, is an integer.
LINKS
EXAMPLE
k = 11: (1 + 10 + 11 + 100 + 101 + 110 + 111 + 1000 + 1001 + 1010 + 1011) / 11 = 406, thus 11 is a term.
MATHEMATICA
s = 0; seq = {}; Do[s += FromDigits[IntegerDigits[k, 2]]; If[Divisible[s, k], AppendTo[seq, k]], {k, 1, 1000}]; seq (* Amiram Eldar, Feb 04 2023 *)
CROSSREFS
Sequence in context: A105956 A178413 A050718 * A350766 A189226 A261409
KEYWORD
nonn,more
AUTHOR
Ctibor O. Zizka, Feb 04 2023
EXTENSIONS
a(7)-a(13) from Amiram Eldar, Feb 04 2023
a(14) from Bert Dobbelaere, Feb 14 2023
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)