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.

A133818 a(n) = (8*n+3)*(8*n+5)*(8*n+7)*(8*n+9).

This page as a plain text file.
%I A133818 #17 Apr 26 2021 21:39:05
%S A133818 945,36465,229425,801009,2070705,4456305,8473905,14737905,23961009,
%T A133818 36954225,54626865,77986545,108139185,146289009,193738545,251888625,
%U A133818 322238385,406385265,506025009,622951665,759057585,916333425,1096868145
%N A133818 a(n) = (8*n+3)*(8*n+5)*(8*n+7)*(8*n+9).
%C A133818 Also 1/3-1/5-1/7+1/9+1/11-1/13-1/15+1/17+1/19--++... = Pi*sqrt(2)/4-1 - _Miklos Kristof_, Sep 15 2008
%C A133818 Also sum(2*(-1)^n/((4*n+3)*(4*n+5)), n=0..infinity) = Pi*sqrt(2)/4-1 - _Miklos Kristof_, Sep 15 2008
%H A133818 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1).
%F A133818 G.f.: 3*(315 + 10580*x + 18850*x^2 + 3028*x^3 - 5*x^4)/(1-x)^5.
%F A133818 E.g.f: (945 + 35520*x + 78720*x^2 + 36864*x^3 + 4096*x^4)*exp(x).
%F A133818 a(n) = 5*a(n-1)-10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5). - _Wesley Ivan Hurt_, Apr 26 2021
%p A133818 seq((8*n+3)*(8*n+5)*(8*n+7)*(8*n+9), n=0..30);
%p A133818 sum(32*(4*n+3)/((8*n+3)*(8*n+5)*(8*n+7)*(8*n+9)), n=0..infinity) = Pi*sqrt(2)/4-1. Maple: evalf(Pi*sqrt(2)/4-1, 30); gives 0.11072073453959156175397024752... - _Miklos Kristof_, Sep 15 2008
%t A133818 Times@@@(#+{3,5,7,9}&/@(8Range[0,25])) (* _Harvey P. Dale_, Mar 14 2011 *)
%K A133818 nonn,easy
%O A133818 0,1
%A A133818 _Miklos Kristof_, Jan 06 2008, Sep 15 2008