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!)
A191369 Numbers n with k divisors such that n-1 and n+1 in binary representation have same number k of 0's as 1's. 2
11, 155, 203, 2164, 2228, 2252, 2276, 2348, 2404, 2452, 2468, 2588, 2612, 2636, 2644, 2675, 2708, 2763, 2836, 2891, 2979, 3148, 3179, 3236, 3275, 3283, 3411, 3475, 3716, 3971, 33723, 33755, 34235, 34523, 34539, 34715, 34771, 35315, 35563, 35571, 35787, 36155, 36411, 36507, 36555, 36579 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) isA191369(n)=my(b=vecsort(binary(n-1)), k=#b\2); #b==k+k & !b[k] & b[k+1] & b==vecsort(binary(n+1)) & numdiv(n)==k \\ Charles R Greathouse IV, Jun 05 2011
CROSSREFS
Sequence in context: A122769 A321105 A051608 * A223713 A223779 A191534
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(10) corrected, a(31)-a(46) added by Charles R Greathouse IV, Jun 05 2011
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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)