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!)
A138813 a(0) = 1; thereafter, a(n) = Sum_{k=0..n-1} ceiling(n/a(k)). 2
1, 1, 4, 7, 10, 14, 17, 20, 24, 28, 31, 35, 38, 42, 45, 50, 53, 57, 61, 64, 67, 73, 77, 80, 83, 88, 91, 94, 97, 104, 107, 111, 115, 119, 122, 126, 131, 135, 138, 142, 145, 151, 154, 160, 163, 167, 171, 174, 177, 182, 186, 191, 195, 199, 203, 206, 209, 216, 220, 223 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Probably a(n) ~ sqrt(2)*n*sqrt(log(n)) as n -> oo. - Robert Israel, May 02 2008
From Andrew V. Sutherland, May 02 2008: (Start)
This is supported by the following data:
.
n a(n) a(n)/n a(n)/(n*sqrt(log(n)))
------ ------ ------ ---------------------
2 4 2.0000 2.4022
4 10 2.5000 2.1233
8 24 3.0000 2.0804
16 53 3.3125 1.9894
32 115 3.5938 1.9304
64 244 3.8125 1.8695
128 514 4.0156 1.8230
256 1075 4.1992 1.7832
512 2237 4.3691 1.7493
1024 4642 4.5332 1.7218
2048 9608 4.6914 1.6990
4096 19843 4.8445 1.6797
8192 40895 4.9921 1.6630
16384 84129 5.1348 1.6483
32768 172797 5.2733 1.6354
65536 354437 5.4083 1.6240
131072 726143 5.5400 1.6139
(End)
MATHEMATICA
a = {1}; Do[AppendTo[a, Sum[Ceiling[n/a[[k]]], {k, 1, n}]], {n, 1, 70}]; a (* Stefan Steinerberger, Apr 04 2008 *)
CROSSREFS
Cf. A138812.
Sequence in context: A198266 A067497 A123384 * A310689 A184625 A184118
KEYWORD
nonn
AUTHOR
Leroy Quet, Mar 31 2008
EXTENSIONS
More terms from Stefan Steinerberger, Apr 04 2008
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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)