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!)
A135483 a(n) = Sum_{j=1..n} prime(j)*2^(j-2). 3
1, 4, 14, 42, 130, 338, 882, 2098, 5042, 12466, 28338, 66226, 150194, 326322, 711346, 1579698, 3513010, 7510706, 16292530, 34904754, 73177778, 156015282, 330078898, 703371954, 1517066930, 3211565746, 6667672242, 13848320690, 28478053042, 58811259570 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Sum[2^(i-2) * Prime[i], {i, 1, n}], {n, 1, 10}] (* G. C. Greubel, Oct 15 2016 *)
Accumulate[Table[Prime[i]*2^(i-2), {i, 30}]] (* Harvey P. Dale, Aug 14 2019 *)
PROG
(PARI) a(n) = sum(k=1, n, prime(k)*2^(k-2)); \\ Michel Marcus, Oct 15 2016
CROSSREFS
Partial sums of A239885.
Sequence in context: A189052 A189426 A007076 * A095377 A296253 A247470
KEYWORD
nonn,easy
AUTHOR
Ctibor O. Zizka, Feb 07 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 April 19 07:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)