login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A297123 a(n) = 462*n^6 + 330*n^4 - 165*n^3 + 55*n^2 - 11*n + 1. 2

%I #14 Dec 28 2017 07:12:44

%S 1,672,33727,359536,1967109,7405696,21949027,55092192,122381161,

%T 247574944,465140391,823079632,1386090157,2239057536,3490880779,

%U 5278630336,7772038737,11178323872,15747344911,21777090864,29619501781,39686622592,52457089587

%N a(n) = 462*n^6 + 330*n^4 - 165*n^3 + 55*n^2 - 11*n + 1.

%H Seiichi Manyama, <a href="/A297123/b297123.txt">Table of n, a(n) for n = 0..10000</a>

%H Olivier Rozier, <a href="http://www.ipgp.fr/~rozier/math/raman.html">Ramanujan's tau function</a>

%H <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1).

%F From _Colin Barker_, Dec 26 2017: (Start)

%F G.f.: (1 + 665*x + 29044*x^2 + 137524*x^3 + 135139*x^4 + 29243*x^5 + 1024*x^6) / (1 - x)^7.

%F a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) for n>6.

%F (End)

%o (PARI) {a(n) = 462*n^6+330*n^4-165*n^3+55*n^2-11*n+1}

%o (PARI) Vec((1 + 665*x + 29044*x^2 + 137524*x^3 + 135139*x^4 + 29243*x^5 + 1024*x^6) / (1 - x)^7 + O(x^40)) \\ _Colin Barker_, Dec 26 2017

%Y Cf. A000594, A297127.

%K nonn,easy

%O 0,2

%A _Seiichi Manyama_, Dec 26 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)