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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056177 Sum of a(n) terms of 1/k^(1/5) first exceeds n. 0
1, 2, 3, 4, 5, 7, 8, 10, 11, 13, 15, 16, 18, 20, 22, 24, 26, 28, 29, 31, 33, 36, 38, 40, 42, 44, 46, 48, 50, 53, 55, 57, 59, 62, 64, 66, 68, 71, 73, 75, 78, 80, 83, 85, 88, 90, 92, 95, 97, 100, 102, 105, 108, 110, 113, 115, 118, 120, 123, 126, 128, 131, 134, 136, 139 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Cf. A019529.

Sequence in context: A133223 A065003 A189729 * A025199 A180968 A191847

Adjacent sequences:  A056174 A056175 A056176 * A056178 A056179 A056180

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 14 03:37 EST 2012. Contains 205570 sequences.