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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056181 Sum of a(n) terms of 1/k^(5/6) first exceeds n. 0
1, 2, 4, 8, 15, 28, 48, 79, 126, 194, 290, 422, 602, 841, 1155, 1561, 2079, 2733, 3550, 4562, 5803, 7314, 9140, 11330, 13941, 17035, 20681, 24956, 29944, 35735, 42432, 50143, 58988, 69097, 80610, 93679 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Cf. A019529 and A002387.

Sequence in context: A074029 A138653 A054159 * A101976 A196723 A036615

Adjacent sequences:  A056178 A056179 A056180 * A056182 A056183 A056184

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 15 06:52 EST 2012. Contains 205694 sequences.