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!)
A152099 a(n) = (2^prime(n) - 1)*(2^prime(n) + 1) = 2^(2*prime(n)) - 1. 3
15, 63, 1023, 16383, 4194303, 67108863, 17179869183, 274877906943, 70368744177663, 288230376151711743, 4611686018427387903, 18889465931478580854783, 4835703278458516698824703, 77371252455336267181195263, 19807040628566084398385987583 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Idea resulted from seqfan posts by Artur Jasinski.
LINKS
FORMULA
a(n) = A001348(n) * A098640(n).
a(n) = A034785(n)^2 - 1.
a(n) = A000302(A000040(n)) - 1.
MATHEMATICA
Table[(2^Prime[n] - 1)*(2^Prime[n] + 1), {n, 1, 20}]
PROG
(Python)
from sympy import prime
def A152099(n): return (1<<(prime(n)<<1))-1 # Chai Wah Wu, Jun 26 2023
CROSSREFS
Sequence in context: A104473 A135972 A138104 * A119496 A044153 A044534
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Nov 24 2008
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 07:49 EDT 2024. Contains 370958 sequences. (Running on oeis4.)