A164653 a(1) = 1, for n>=2: a(n) = sum of two consecutive noncomposite numbers A008578.
1, 3, 5, 8, 12, 18, 24, 30, 36, 42, 52, 60, 68, 78, 84, 90, 100, 112, 120, 128, 138, 144, 152, 162, 172, 186, 198, 204, 210, 216, 222, 240, 258, 268, 276, 288, 300, 308, 320, 330, 340, 352, 360, 372, 384, 390, 396, 410, 434, 450, 456, 462, 472, 480, 492, 508
Offset: 1
Keywords
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
ListConvolve[{1,1},Join[{0,1},Prime[Range[100]]]] (* Paolo Xausa, Nov 02 2023 *)
Formula
Extensions
Edited by R. J. Mathar, Aug 21 2009
Formulas edited by Paolo Xausa, Nov 04 2023
Comments