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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056179 Sum of a(n) terms of 1/k^(3/4) first exceeds n. 0
1, 2, 3, 7, 12, 20, 31, 46, 67, 94, 128, 170, 222, 285, 361, 452, 558, 682, 826, 991, 1179, 1394, 1637, 1909, 2215, 2556, 2935, 3354, 3817, 4327, 4885, 5496, 6163, 6889, 7676, 8530, 9453, 10449, 11521, 12674, 13911, 15237, 16656, 18171, 19787, 21509 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Cf. A019529 and A002387.

Sequence in context: A121430 A023606 A157605 * A184696 A027675 A054176

Adjacent sequences:  A056176 A056177 A056178 * A056180 A056181 A056182

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.