login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023538 Convolution of natural numbers with (1, p(1), p(2), ... ), where p(k) is the k-th prime. 2
1, 4, 10, 21, 39, 68, 110, 169, 247, 348, 478, 639, 837, 1076, 1358, 1687, 2069, 2510, 3012, 3581, 4221, 4934, 5726, 6601, 7565, 8626, 9788, 11053, 12425, 13906, 15500, 17221, 19073, 21062, 23190, 25467, 27895, 30480, 33228, 36143, 39231, 42498, 45946, 49585 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = Sum_{k<=n} [(A158611(k+1)) * (A000027(n-k+1))] = Sum_{k<=n} [(A008578(k)) * (A000027(n-k+1))]. [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Aug 05 2009]

MATHEMATICA

Nest[Accumulate, Join[{1}, Select[Range@200, PrimeQ]], 2] (* From Vladimir Joseph Stephan Orlovsky, Jan 25 2012 *)

CROSSREFS

Cf. A007504, A014148, A014150, A014284, A023538, A178138

Sequence in context: A008121 A049480 A055908 * A085360 A024988 A144897

Adjacent sequences:  A023535 A023536 A023537 * A023539 A023540 A023541

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

EXTENSIONS

Correction for change of offset in A158611 and A008578 in Aug 2009 Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Jan 27 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.