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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062023 a(n) = {n^(n+1)+n^(n-1)}/2. 1
1, 5, 45, 544, 8125, 143856, 2941225, 68157440, 1764915561, 50500000000, 1582182900661, 53868106874880, 1980337235410885, 78180905165533184, 3298800640869140625, 148150413341979836416, 7055872821971695929745 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

EXAMPLE

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

PROG

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

CROSSREFS

Sequence in context: A188267 A133305 A189122 * A169714 A084095 A174495

Adjacent sequences:  A062020 A062021 A062022 * A062024 A062025 A062026

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Jun 06 2001

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 14 23:53 EST 2012. Contains 205689 sequences.