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!)
A175095 Integers of the form (2^j - 1)*(2^k + 1), j >= 0, k >= 0. 1
0, 2, 3, 5, 6, 9, 14, 15, 17, 21, 27, 30, 33, 35, 45, 51, 62, 63, 65, 75, 93, 99, 119, 126, 129, 135, 155, 189, 195, 231, 254, 255, 257, 279, 315, 381, 387, 455, 495, 510, 513, 527, 567, 635, 765, 771, 903, 975, 1022, 1023, 1025, 1071, 1143, 1275, 1533, 1539 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
mx = 1600; Join[{0}, Most@ Union@ Flatten@ Table[(2^j -1) (2^k +1), {j, Log2@ mx}, {k, 0, Log2[mx/(2^j -1)]} ]] (* Ivan Neretin, Feb 12 2018 and slightly modified by Robert G. Wilson v, Feb 13 2018 *)
CROSSREFS
Sequence in context: A018126 A087900 A101216 * A073216 A181902 A295631
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Feb 01 2010
EXTENSIONS
Extended by Ray Chandler and R. J. Mathar, Feb 06 2010
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 March 19 01:22 EDT 2024. Contains 370952 sequences. (Running on oeis4.)