login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056186 Sum of a(n) terms of 1/k^(9/10) first exceeds n. 0
1, 2, 4, 9, 19, 39, 77, 143, 259, 452, 767, 1267, 2043, 3223, 4986, 7573, 11311, 16634, 24114, 34497, 48744, 68083, 94072, 128672, 174333, 234091, 311692, 411723, 539773, 702614, 908407, 1166943, 1489914 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

s = 0; k = 1; Do[ While[ s <= n, s = s + N[ 1/k^(9/10), 24 ]; k++ ]; Print[ k - 1 ], {n, 1, 32} ]

CROSSREFS

Cf. A019529 and A002387.

Sequence in context: A081490 A129784 A125050 * A054135 A171858 A099568

Adjacent sequences:  A056183 A056184 A056185 * A056187 A056188 A056189

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 01 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 21:59 EST 2012. Contains 205562 sequences.