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.

A319795 a(n) = n^(n+1)/(n-1)^n for n>1, rounded to nearest integer.

This page as a plain text file.
%I A319795 #13 Sep 28 2018 22:23:03
%S A319795 8,10,13,15,18,21,23,26,29,31,34,37,40,42,45,48,50,53,56,59,61,64,67,
%T A319795 69,72,75,78,80,83,86,88,91,94,97,99,102,105,107,110,113,116,118,121,
%U A319795 124,126,129,132,135,137,140,143,145,148,151,154,156,159,162,164
%N A319795 a(n) = n^(n+1)/(n-1)^n for n>1, rounded to nearest integer.
%p A319795 seq(round(n^(n+1)/(n-1)^n),n=1..100); # _Muniru A Asiru_, Sep 28 2018
%o A319795 (PARI) for(n=2,30,print1(round(n^(n+1)/(n-1)^n),","))
%Y A319795 Cf. A084363, A022852, A121384.
%K A319795 easy,nonn
%O A319795 2,1
%A A319795 _Jim Singh_, Sep 28 2018