The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A092734 Numbers n occurring in binary representation of n*(n+1)/2. 1
1, 3, 7, 13, 15, 20, 31, 63, 72, 82, 109, 127, 141, 177, 243, 255, 272, 511, 693, 886, 1023, 1056, 1311, 1350, 1480, 2047, 2130, 2378, 3812, 4039, 4095, 4160, 4982, 5422, 5546, 6906, 6933, 7365, 7956, 8191, 9418, 11531, 12465, 13069, 13713 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n=13->'1101', 13*(13+1)/2=91->'1011011': '..1101.', therefore 13 is a term.
MATHEMATICA
Select[Range[15000], SequenceCount[IntegerDigits[(#(#+1))/2, 2], IntegerDigits[ #, 2]]>0&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Nov 20 2019 *)
CROSSREFS
Sequence in context: A056530 A341447 A310253 * A209839 A192854 A002236
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 12 2004
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 June 4 05:52 EDT 2024. Contains 373089 sequences. (Running on oeis4.)