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.

A062719 a(n) = floor(Pi^n/n^Pi).

This page as a plain text file.
%I A062719 #10 Apr 13 2024 14:57:35
%S A062719 3,1,0,1,1,3,6,13,29,67,157,376,919,2287,5786,14843,38545,101191,
%T A062719 268240,717284,1933182,5247494,14336822,39403558,108890190,302431354,
%U A062719 843887738,2364914235,6654072084,18792428153,53259258086,151435540432
%N A062719 a(n) = floor(Pi^n/n^Pi).
%o A062719 (PARI) j=[]; for(n=1,60,j=concat(j,floor(Pi^n/n^Pi))); j
%Y A062719 Cf. A062277.
%K A062719 easy,nonn
%O A062719 1,1
%A A062719 _Jason Earls_, Jul 14 2001