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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056180 Sum of a(n) terms of 1/k^(4/5) first exceeds n. 0
1, 2, 4, 7, 14, 24, 40, 63, 95, 140, 201, 281, 384, 516, 682, 888, 1141, 1449, 1820, 2263, 2789, 3408, 4133, 4976, 5951, 7074, 8360, 9826, 11492, 13376, 15499, 17884, 20554, 23533, 26849, 30528, 34600, 39095, 44045, 49485, 55450, 61976, 69103 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Cf. A019529 and A002387.

Sequence in context: A034426 A000075 A048248 * A000076 A054169 A065491

Adjacent sequences:  A056177 A056178 A056179 * A056181 A056182 A056183

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 16 02:51 EST 2012. Contains 205860 sequences.