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.

A004963 a(n) = ceiling(n*phi^8), where phi is the golden ratio, A001622.

This page as a plain text file.
%I A004963 #28 May 29 2025 06:07:28
%S A004963 0,47,94,141,188,235,282,329,376,423,470,517,564,611,658,705,752,799,
%T A004963 846,893,940,987,1034,1081,1128,1175,1222,1269,1316,1363,1410,1457,
%U A004963 1504,1551,1598,1645,1692,1739,1786,1833,1880,1927,1974,2021,2068,2115,2162,2208,2255,2302,2349
%N A004963 a(n) = ceiling(n*phi^8), where phi is the golden ratio, A001622.
%H A004963 Paolo Xausa, <a href="/A004963/b004963.txt">Table of n, a(n) for n = 0..10000</a>
%H A004963 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/NonRecursions.html">Non Recursions</a>
%F A004963 phi^8 = 46.97813... = 46+A249601. - _R. J. Mathar_, May 28 2025
%p A004963 with(numtheory):a:=proc(n) if n=0 then 0 else mcombine(11*n,3*n,5*n,7*n) fi end: seq(a(n), n=0..38); # _Zerinvary Lajos_, Apr 11 2008
%t A004963 Ceiling[Range[0, 100]*GoldenRatio^8] (* _Paolo Xausa_, May 29 2025 *)
%K A004963 nonn
%O A004963 0,2
%A A004963 _N. J. A. Sloane_
%E A004963 More terms from _Paolo Xausa_, May 29 2025