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!)
A290845 a(1) = 1; a(n) = Sum_{k=1..n} a(ceiling((n-1)/k)). 0
1, 2, 4, 8, 14, 24, 36, 56, 78, 110, 148, 200, 254, 334, 416, 522, 644, 798, 954, 1162, 1372, 1640, 1934, 2284, 2636, 3090, 3556, 4106, 4694, 5394, 6096, 6972, 7850, 8882, 9972, 11220, 12500, 14048, 15598, 17360, 19208, 21346, 23486, 26016, 28548, 31436, 34478, 37874, 41272, 45246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 2*A003318(n-1) for n > 1.
EXAMPLE
a(1) = 1;
a(2) = a(ceiling(1/1)) + a(ceiling(1/2)) = a(1) + a(1) = 2;
a(3) = a(ceiling(2/1)) + a(ceiling(2/2)) + a(ceiling(2/3)) = a(2) + a(1) + a(1) = 4, etc.
MATHEMATICA
a[1] = 1; a[n_] := a[n] = Sum[a[Ceiling[(n - 1)/k]], {k, 1, n}]; Table[a[n], {n, 50}]
CROSSREFS
Cf. A003318, A025523, A068336 (first differences), A078346.
Sequence in context: A341277 A049701 A005598 * A100250 A053800 A262968
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 12 2017
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 July 16 14:30 EDT 2024. Contains 374349 sequences. (Running on oeis4.)