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!)
A083325 a(n) = 5^n - 4^n + 3^n. 2
1, 4, 18, 88, 450, 2344, 12258, 63928, 331650, 1710664, 8776098, 44810968, 227894850, 1155188584, 5839863138, 29458185208, 148335970050, 745888724104, 3746365209378, 18799770682648, 94271406797250, 472449572045224, 2366624986030818, 11850654354079288 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A083324.
LINKS
FORMULA
a(n) = 5^n - 4^n + 3^n.
G.f.: (1 - 8*x + 17*x^2)/((1 - 3*x)(1 - 4*x)(1 - 5*x)).
E.g.f.: exp(5x) - exp(4x) + exp(3x).
EXAMPLE
a(2) = 5^2 - 4^2 + 3^2 = 25 - 16 + 9 = 18.
a(3) = 5^3 - 4^3 + 3^3 = 125 - 64 + 27 = 88.
MATHEMATICA
Table[5^n - 4^n + 3^n, {n, 0, 29}] (* Alonso del Arte, Oct 17 2018 *)
PROG
(Magma) [5^n - 4^n + 3^n: n in [0..30]]; // Vincenzo Librandi, Oct 23 2018
CROSSREFS
Sequence in context: A130524 A298646 A199309 * A050146 A083879 A363184
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 27 2003
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)