[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029711
a(n) = n^(n+1) + (n-1)^2.
1
1, 1, 9, 85, 1033, 15641, 279961, 5764837, 134217777, 3486784465, 100000000081, 3138428376821, 106993205379193, 3937376385699433, 155568095557812393, 6568408355712890821, 295147905179352826081, 14063084452067724991265, 708235345355337676357921
OFFSET
0,3
MATHEMATICA
Table[n^(n+1)+(n-1)^2, {n, 0, 30}] (* Harvey P. Dale, May 07 2016 *)
PROG
(Magma) [n^(n+1)+(n-1)^2: n in [0..20]]; // Vincenzo Librandi, May 08 2016
CROSSREFS
Sequence in context: A218136 A196955 A361283 * A204465 A276242 A015581
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 13 2003
STATUS
approved