cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A276979 a(n) = (floor(n/2)+1)^n.

This page as a plain text file.
%I A276979 #10 Oct 08 2016 12:33:00
%S A276979 1,4,8,81,243,4096,16384,390625,1953125,60466176,362797056,
%T A276979 13841287201,96889010407,4398046511104,35184372088832,
%U A276979 1853020188851841,16677181699666569,1000000000000000000,10000000000000000000,672749994932560009201
%N A276979 a(n) = (floor(n/2)+1)^n.
%C A276979 Functions from [n] to [n] with f(i) even or f(i) = 1 for all i.
%C A276979 Functions from [n] to [n] with f(i) odd or f(i) = n for all i.
%t A276979 Table[(Floor[n/2] + 1)^n, {n, 1, 20}]
%o A276979 (PARI) a(n) = (n\2 + 1)^n; \\ _Michel Marcus_, Oct 08 2016
%Y A276979 Cf. A206344, A276978.
%K A276979 nonn,easy
%O A276979 1,2
%A A276979 _Olivier Gérard_, Sep 23 2016