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.

A127450 Beatty sequence for 1/(e^Pi - Pi^e), complement of A127451.

This page as a plain text file.
%I A127450 #18 Feb 16 2025 08:33:04
%S A127450 1,2,4,5,7,8,10,11,13,14,16,17,19,20,22,23,24,26,27,29,30,32,33,35,36,
%T A127450 38,39,41,42,44,45,46,48,49,51,52,54,55,57,58,60,61,63,64,66,67,68,70,
%U A127450 71,73,74,76,77,79,80,82,83,85,86,88,89,90,92,93,95,96,98,99,101,102
%N A127450 Beatty sequence for 1/(e^Pi - Pi^e), complement of A127451.
%C A127450 Differs from A054386 at term n=122, where A054386(122)=178, A127450(122)=179. - _Martin Fuller_, May 10 2007
%H A127450 Martin Fuller, <a href="/A127450/b127450.txt">Table of n, a(n) for n = 1..1000</a>
%H A127450 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>.
%H A127450 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%F A127450 a(n) = floor(n/(e^Pi - Pi^e))
%t A127450 Table[Floor[n/(Exp[Pi] - Pi^E)], {n, 70}]
%Y A127450 Cf. A063504, A054386, A059564.
%K A127450 easy,nonn
%O A127450 1,2
%A A127450 _Robert G. Wilson v_, Jan 14 2007
%E A127450 Definition corrected by _N. J. A. Sloane_, May 10 2007