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.

A140232 a(n) = ceiling(n*exp((1+sqrt(5))/2)).

This page as a plain text file.
%I A140232 #13 Sep 08 2022 08:45:34
%S A140232 6,11,16,21,26,31,36,41,46,51,56,61,66,71,76,81,86,91,96,101,106,111,
%T A140232 116,122,127,132,137,142,147,152,157,162,167,172,177,182,187,192,197,
%U A140232 202,207,212,217,222,227,232,238,243,248,253,258,263,268,273,278,283
%N A140232 a(n) = ceiling(n*exp((1+sqrt(5))/2)).
%H A140232 G. C. Greubel, <a href="/A140232/b140232.txt">Table of n, a(n) for n = 1..10000</a>
%F A140232 a(n) = ceiling(n*A139341). - _R. J. Mathar_, Feb 06 2009
%t A140232 Ceiling[Exp[GoldenRatio]*Range[60]] (* _G. C. Greubel_, Jun 30 2019 *)
%o A140232 (PARI) phi=(1+sqrt(5))/2; vector(60, n, ceil(n*exp(phi)) ) \\ _G. C. Greubel_, Jun 30 2019
%o A140232 (Magma) phi:=(1+Sqrt(5))/2; [Ceiling(n*Exp(phi)): n in [1..60]]; // _G. C. Greubel_, Jun 30 2019
%o A140232 (Sage) [ceil(n*exp(golden_ratio)) for n in (1..60)] # _G. C. Greubel_, Jun 30 2019
%Y A140232 Cf. A001622, A094214, A104457, A098317, A002390, A139339, A139340, A139341, A139342, A139345, A139346, A139347, A139348, A139349, A139350, A140231, A016861.
%K A140232 nonn
%O A140232 1,1
%A A140232 _Mohammad K. Azarian_, May 13 2008