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.
%I A024049 #68 Feb 18 2024 02:03:01 %S A024049 0,4,24,124,624,3124,15624,78124,390624,1953124,9765624,48828124, %T A024049 244140624,1220703124,6103515624,30517578124,152587890624, %U A024049 762939453124,3814697265624,19073486328124,95367431640624 %N A024049 a(n) = 5^n - 1. %C A024049 Numbers whose base 5 representation is 44444.......4. - _Zerinvary Lajos_, Feb 03 2007 %C A024049 For n > 0, a(n) is the sum of divisors of 3*5^(n-1). - _Patrick J. McNab_, May 27 2017 %H A024049 Vincenzo Librandi, <a href="/A024049/b024049.txt">Table of n, a(n) for n = 0..400</a> %H A024049 Amelia Carolina Sparavigna, <a href="https://doi.org/10.5281/zenodo.3471358">The groupoids of Mersenne, Fermat, Cullen, Woodall and other Numbers and their representations by means of integer sequences</a>, Politecnico di Torino, Italy (2019), [math.NT]. %H A024049 Amelia Carolina Sparavigna, <a href="https://doi.org/10.18483/ijSci.2188">Some Groupoids and their Representations by Means of Integer Sequences</a>, International Journal of Sciences (2019) Vol. 8, No. 10. %H A024049 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (6,-5). %F A024049 G.f.: 1/(1-5*x) - 1/(1-x) = 4*x/((1-5*x)*(1-x)). - _Mohammad K. Azarian_, Jan 14 2009 %F A024049 E.g.f.: exp(5*x) - exp(x). - _Mohammad K. Azarian_, Jan 14 2009 %F A024049 a(n+1) = 5*a(n) + 4. - _Reinhard Zumkeller_, Nov 22 2009 %F A024049 a(n) = Sum_{i=1..n} 4^i*binomial(n,n-i) for n>0, a(0)=0. - _Bruno Berselli_, Nov 11 2015 %F A024049 a(n) = A000351(n) - 1. - _Sean A. Irvine_, Jun 19 2019 %F A024049 Sum_{n>=1} 1/a(n) = A248722. - _Amiram Eldar_, Nov 13 2020 %F A024049 a(n) = 2*A125831(n) = 4*A003463(n). - _Elmo R. Oliveira_, Dec 10 2023 %e A024049 For n = 5, a(5) = 4*5 + 16*10 + 64*10 + 256*5 + 1024*1 = 3124. - _Bruno Berselli_, Nov 11 2015 %t A024049 5^Range[0,50]-1 (* _Vladimir Joseph Stephan Orlovsky_, Feb 20 2011 *) %t A024049 LinearRecurrence[{6,-5},{0,4},30] (* _Harvey P. Dale_, Apr 06 2019 *) %o A024049 (Magma) [5^n-1: n in [0..30]]; // _Vincenzo Librandi_, Jun 06 2011 %o A024049 (PARI) a(n)=5^n-1 \\ _Charles R Greathouse IV_, Apr 17 2012 %Y A024049 Cf. A000351, A003463, A125831, A248722. %K A024049 nonn,easy %O A024049 0,2 %A A024049 _N. J. A. Sloane_