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!)
A115298 Row sums of A115297. 5
1, 3, 7, 13, 21, 31, 43, 55, 73, 91, 115, 139, 165, 193, 227, 263, 301, 339, 381, 423, 471, 517, 569, 625, 685, 745, 809, 871, 937, 1011, 1089, 1167, 1247, 1335, 1425, 1515, 1611, 1707, 1809, 1915, 2023, 2135, 2249, 2363, 2479, 2601, 2735, 2865, 2997, 3129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{k=2..n+1} (A000040(k) - A000040(ceiling(k/2))). - Jon Maiga, Jan 04 2019
MAPLE
a:=n->add(ithprime(k)-ithprime(ceil(k/2)), k=2..n+1): seq(a(n), n=1..60); # Muniru A Asiru, Jan 04 2019
MATHEMATICA
Accumulate[Table[Prime[n] - Prime[Ceiling[n/2]], {n, 2, 51}]] (* Jon Maiga, Jan 04 2019 *)
CROSSREFS
Sequence in context: A195020 A169627 A102508 * A161206 A025728 A084537
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from André F. Labossière, Mar 27 2006
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 May 13 12:32 EDT 2024. Contains 372519 sequences. (Running on oeis4.)