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!)
A351621 a(1) = 1; a(n) = 1 + a(n-1) + Sum_{k=2..n} a(floor(n/k)). 1
1, 3, 6, 12, 19, 32, 46, 69, 96, 133, 171, 234, 298, 379, 471, 595, 720, 891, 1063, 1288, 1531, 1815, 2100, 2496, 2900, 3371, 3873, 4479, 5086, 5848, 6611, 7530, 8491, 9580, 10691, 12088, 13486, 15059, 16700, 18642, 20585, 22885, 25186, 27818, 30580, 33630, 36681, 40363, 44060, 48208 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Partial sums of A345139.
LINKS
FORMULA
G.f. A(x) satisfies: A(x) = ( x + Sum_{k>=2} (1 - x^k) * A(x^k) ) / (1 - x)^2.
MATHEMATICA
a[1] = 1; a[n_] := a[n] = 1 + a[n - 1] + Sum[a[Floor[n/k]], {k, 2, n}]; Table[a[n], {n, 1, 50}]
CROSSREFS
Sequence in context: A263511 A180622 A125851 * A209489 A181962 A226220
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 20 2022
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)