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!)
A069353 Numbers of form 2^i*3^j - 1 with i, j >= 0. 5
0, 1, 2, 3, 5, 7, 8, 11, 15, 17, 23, 26, 31, 35, 47, 53, 63, 71, 80, 95, 107, 127, 143, 161, 191, 215, 242, 255, 287, 323, 383, 431, 485, 511, 575, 647, 728, 767, 863, 971, 1023, 1151, 1295, 1457, 1535, 1727, 1943, 2047, 2186, 2303, 2591, 2915, 3071, 3455, 3887 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Are there infinitely many primes in this sequence? See A005105.
If m is a term then also 2*m + 1 and 3*m + 2.
LINKS
Graham Everest, Peter Rogers, and Thomas Ward, A higher-rank Mersenne problem, Algorithmic Number Theory: 5th International Symposium, ANTS-V Sydney, Australia, July 7-12, 2002 Proceedings 5, Lect. Notes Computer Sci. 2369, Springer Berlin Heidelberg, 2002, pp. 95-107.
FORMULA
a(n) = A003586(n)-1.
MATHEMATICA
With[{max = 4000}, Sort[Flatten[Table[2^i*3^j - 1, {i, 0, Log2[max]}, {j, 0, Log[3, max/2^i]}]]]] (* Amiram Eldar, Jul 13 2023 *)
CROSSREFS
Sequence in context: A278591 A191121 A026401 * A300163 A352204 A224858
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 18 2002
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 September 13 13:00 EDT 2024. Contains 375907 sequences. (Running on oeis4.)