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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056176 Sum of a(n) terms of 1/k^(1/4) first exceeds n. 0
1, 2, 3, 4, 6, 7, 9, 11, 12, 14, 16, 18, 20, 23, 25, 27, 29, 32, 34, 37, 39, 42, 44, 47, 49, 52, 55, 57, 60, 63, 66, 69, 72, 75, 77, 80, 83, 86, 90, 93, 96, 99, 102, 105, 108, 112, 115, 118, 122, 125, 128, 132, 135, 138, 142, 145, 149, 152, 156, 159, 163, 167, 170 (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/4), 24 ]; k++ ]; Print[ k - 1 ], {n, 1, 75} ]

CROSSREFS

Cf. A019529.

Sequence in context: A191991 A192416 A026468 * A143831 A087072 A022825

Adjacent sequences:  A056173 A056174 A056175 * A056177 A056178 A056179

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 10:06 EST 2012. Contains 205763 sequences.