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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080526 Final entry in n-th row of triangle in A080524. 2
1, 3, 10, 67, 627, 7781, 117652, 2097159, 43046725, 1000000009, 25937424606, 743008370699, 23298085122487, 793714773254157, 29192926025390632, 1152921504606846991, 48661191875666868489, 2185911559738696531985 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

For odd n, a(n) = n^(n-1) + (n-1)/2; for even n, a(n) = n^(n-1) + n - 1. Alternatively, a(n) = n^(n-1) + (n-1)/(1 + (n mod 2)). [From Max Alekseyev (maxale(AT)gmail.com), Oct 23 2008]

PROG

(PARI) { a(n) = n^(n-1)+(n-1)/(n%2 + 1) } [From Max Alekseyev (maxale(AT)gmail.com), Oct 23 2008]

CROSSREFS

Cf. A080524, A080525.

Sequence in context: A009400 A004102 A072638 * A143083 A002499 A047833

Adjacent sequences:  A080523 A080524 A080525 * A080527 A080528 A080529

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 21 2003

EXTENSIONS

More terms and formula from Max Alekseyev (maxale(AT)gmail.com), Oct 23 2008

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 11:30 EST 2012. Contains 206011 sequences.