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.

A135639 a(n) = 839*n.

This page as a plain text file.
%I A135639 #22 Dec 11 2019 10:47:50
%S A135639 0,839,1678,2517,3356,4195,5034,5873,6712,7551,8390,9229,10068,10907,
%T A135639 11746,12585,13424,14263,15102,15941,16780,17619,18458,19297,20136,
%U A135639 20975,21814,22653,23492,24331,25170,26009,26848,27687,28526
%N A135639 a(n) = 839*n.
%C A135639 The 146th prime number (839) and some of its multiples are related to the exceptional Lie group E_8 calculation because the result is a matrix with 453060 rows and columns. The size of the matrix is the member a(540)=453060 of this sequence. The number 839 is the largest prime factor of 453060 because we can write 2*2*3*3*3*5*839=453060. The number of entries of the matrix is the member a(244652400)=453060*453060=205263363600.
%H A135639 G. C. Greubel, <a href="/A135639/b135639.txt">Table of n, a(n) for n = 0..1000</a>
%H A135639 American Institute of Mathematics, <a href="http://aimath.org/E8">Mathematicians Maps E_8</a>.
%H A135639 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).
%F A135639 From _G. C. Greubel_, Oct 25 2016: (Start)
%F A135639 a(n) = 2*a(n-1) - a(n-2).
%F A135639 G.f.: (839*x)/(1 - x)^2.
%F A135639 E.g.f.: 839*x*exp(x). (End)
%e A135639 a(1)=839. a(540)=540*839=453060. a(244652400)=244652400*839=205263363600.
%t A135639 839Range[0,40] (* _Harvey P. Dale_, Sep 13 2011 *)
%t A135639 LinearRecurrence[{2,-1},{0,839},25] (* _G. C. Greubel_, Oct 25 2016 *)
%Y A135639 Cf. A064730, A134888, A134950, A134960, A135631.
%K A135639 easy,nonn
%O A135639 0,2
%A A135639 _Omar E. Pol_, Nov 27 2007