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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087314 a(n) = (1/n)*[sum_{k = 0..n} n^(C(n,k))]. 0
2, 4, 20, 1154, 3907502, 609516468354242, 108233912076063807870514781000, 205688069665244291374160325606433848956971528595913979304345602, 381367496233593231179533022742555015402552706280473714446093438118953849830784189071820024395733993533363857256493600698 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(3) = 1/3*{ 3^1 +3^3+3^3+3^1} = 20.

PROG

(PARI) a(n) = sum(k = 0, n, n^binomial(n, k))/n; (Wasserman)

CROSSREFS

Cf. A001315.

Sequence in context: A145626 A059588 A132498 * A099179 A102049 A058522

Adjacent sequences:  A087311 A087312 A087313 * A087315 A087316 A087317

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 03 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), May 02 2005

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 21:13 EST 2012. Contains 206085 sequences.