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!)
A095233 a(n) = a(n-1) + Sum(floor(n/p): p prime), a(1) = 1. 1
1, 2, 4, 7, 11, 17, 24, 32, 41, 52, 64, 78, 93, 110, 129, 149, 170, 193, 217, 243, 271, 301, 332, 365, 399, 435, 472, 511, 551, 594, 638, 683, 730, 779, 830, 883, 937, 993, 1051, 1111, 1172, 1236, 1301, 1368, 1437, 1508, 1580, 1654, 1729, 1806, 1885 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n+1) - a(n) = A013939(n+1).
LINKS
MATHEMATICA
A013939[n_] := Sum[Floor[n/Prime[k]], {k, 1, n}]; RecurrenceTable[{a[n] == a[n - 1] + A013939[n], a[1] == 1}, a, {n, 1, 50}] (* G. C. Greubel, May 20 2017 *)
CROSSREFS
Cf. A001221.
Sequence in context: A024455 A038045 A178063 * A062434 A084267 A177116
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 22 2004
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)