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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062024 a(n) = {(n+1)^n + (n-1)^n}/2. 3
1, 1, 5, 36, 353, 4400, 66637, 1188544, 24405761, 567108864, 14712104501, 421504185344, 13218256749601, 450353989316608, 16565151205544957, 654244800082329600, 27614800115689879553, 1240529732459024678912 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

EXAMPLE

a(3) = {4^3 +2^3}/2 = 36.

MATHEMATICA

f[n_]:=((n-1)^n+(n+1)^n)/2; lst={}; Do[AppendTo[lst, f[n]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 07 2010]

PROG

(PARI) { for (n=0, 100, write("b062024.txt", n, " ", ((n + 1)^n + (n - 1)^n)/2) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 29 2009]

CROSSREFS

Sequence in context: A099391 A008785 A081918 * A031971 A194958 A132686

Adjacent sequences:  A062021 A062022 A062023 * A062025 A062026 A062027

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 02 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org) and Jason Earls (zevi_35711(AT)yahoo.com), Jun 06 2001

OFFSET changed from 1,3 to 0,3 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 29 2009

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 13 22:36 EST 2012. Contains 205567 sequences.