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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056185 Sum of a(n) terms of 1/k^(8/9) first exceeds n. 0
1, 2, 4, 9, 18, 37, 70, 128, 225, 383, 633, 1019, 1601, 2461, 3711, 5494, 8003, 11484, 16249, 22698, 31328, 42762, 57764, 77274, 102436, 134634, 175532, 227123, 291776, 372300, 472004 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Cf. A019529 and A002387.

Sequence in context: A145139 A033138 A155803 * A152537 A081253 A118255

Adjacent sequences:  A056182 A056183 A056184 * A056186 A056187 A056188

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 17 16:49 EST 2012. Contains 206058 sequences.