login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080525 First column of triangle in A080524. 3
1, 1, 8, 61, 623, 7771, 117646, 2097145, 43046717, 999999991, 25937424596, 743008370677, 23298085122475, 793714773254131, 29192926025390618, 1152921504606846961, 48661191875666868473, 2185911559738696531951 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MAPLE
A080525 := proc(n) if n mod 2 <> 0 then n^(n-1)+(2-n-1)/2 ; else n^(n-1)+(2-n-1) ; fi ; end: for n from 1 to 30 do printf("%d, ", A080525(n)) ; od ; # R. J. Mathar, Apr 01 2007
CROSSREFS
Sequence in context: A363571 A361772 A327761 * A362944 A001466 A182257
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Mar 21 2003
EXTENSIONS
More terms from R. J. Mathar, Apr 01 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)