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!)
A147975 a(n) = 4^n-3^n-2^n-1. 6
-2, -2, 2, 28, 158, 748, 3302, 14068, 58718, 241948, 988502, 4015108, 16241678, 65506348, 263636102, 1059360148, 4251855038, 17050597948, 68331794102, 273715121188, 1096023794798, 4387584060748, 17560800790502, 70274592610228 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 2*x*(19*x^3-24*x^2+9*x-1)/((x-1)*(2*x-1)*(3*x-1)*(4*x-1)). - Colin Barker, Oct 29 2012
MATHEMATICA
lst={}; Do[p=4^n-3^n-2^n-1^n; AppendTo[lst, p], {n, 0, 5!}]; lst
LinearRecurrence[{10, -35, 50, -24}, {-2, -2, 2, 28}, 40] (* Harvey P. Dale, Nov 08 2016 *)
PROG
(PARI) a(n)=4^n-3^n-2^n-1 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A098915 A095855 A157979 * A083148 A368204 A318166
KEYWORD
sign,easy,changed
AUTHOR
STATUS
approved

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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)