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!)
A097743 Numbers of the form 3*2^(p - 1) - 1 where p is prime. 8
5, 11, 47, 191, 3071, 12287, 196607, 786431, 12582911, 805306367, 3221225471, 206158430207, 3298534883327, 13194139533311, 211106232532991, 13510798882111487, 864691128455135231, 3458764513820540927 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A001348(n) + A061286(n). - Iain Fox, Dec 08 2017
EXAMPLE
p=2, 2^(2-1) + (2^2 - 1) = 5;
p=3, 2^(3-1) + (2^3 - 1) = 11.
MATHEMATICA
Table[3*2^(Prime[n] - 1) - 1, {n, 18}] (* Robert G. Wilson v, Sep 24 2004 *)
PROG
(PARI) a(n) = 3*2^(prime(n) - 1) - 1; \\ Michel Marcus, Nov 30 2017
CROSSREFS
Sequence in context: A149512 A149513 A327494 * A350648 A176609 A041213
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Sep 21 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Sep 24 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 11 10:41 EDT 2024. Contains 373310 sequences. (Running on oeis4.)