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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094755 Least integer value of (1+2^n +3^n +...k^n)/{1+2+3+...+k), k > 1. 1
1, 3, 3, 167, 11, 489, 43, 282407, 171, 110865, 683, 3710553451913, 2731, 27323481, 10923, 1293248801687, 43691, 6910715937, 174763, 2983746256027727, 699051, 1762357129833, 2796203, 734630194457006903941170593, 11184811 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(4) = (1^4+2^4+3^4 +4^4 +5^4 + 6^4 +7^4)/(1+2+3+4+5+6+7) = 4676/28=167, k = 7.

a(5) = (1^5 + 2^5)/(1+2) = 11, k =2.

MATHEMATICA

f[n_] := Block[{k = 2}, While[s = 2Sum[i^n, {i, k}]/(k(k + 1)); !IntegerQ[s], k++ ]; s]; Table[ f[n], {n, 25}] (from Robert G. Wilson v Jun 02 2004)

CROSSREFS

Cf. A094756.

Sequence in context: A173127 A006845 A071536 * A152418 A113457 A113466

Adjacent sequences:  A094752 A094753 A094754 * A094756 A094757 A094758

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 29 2004

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 02 2004

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 17 00:09 EST 2012. Contains 205978 sequences.