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!)
A081343 a(n) = (10^n + 4^n)/2. 6
1, 7, 58, 532, 5128, 50512, 502048, 5008192, 50032768, 500131072, 5000524288, 50002097152, 500008388608, 5000033554432, 50000134217728, 500000536870912, 5000002147483648, 50000008589934592, 500000034359738368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A025551. 7th binomial transform of {1, 0, 9, 0, 81, 0, 729, 0, ...}.
LINKS
FORMULA
a(n) = 14*a(n-1) -40*a(n-2), a(0)=1, a(1)=7.
G.f.: (1-7*x)/((1-4*x)*(1-10*x)).
E.g.f.: exp(7*x) * cosh(3*x).
a(n) = ((7+sqrt(9))^n + (7-sqrt(9))^n)/2. - Al Hakanson (hawkuu(AT)gmail.com), Dec 08 2008
MAPLE
seq( (10^n + 4^n)/2, n=0..25); # G. C. Greubel, Jan 07 2020
MATHEMATICA
CoefficientList[Series[(1-7x)/((1-4x)(1-10x)), {x, 0, 20}], x] (* Vincenzo Librandi, Aug 08 2013 *)
PROG
(Magma) [(10^n+4^n)/2: n in [0..25]]; // Vincenzo Librandi, Aug 08 2013
(PARI) a(n)=(10^n+4^n)/2 \\ Charles R Greathouse IV, Oct 07 2015
(Sage) [(10^n + 4^n)/2 for n in (0..25)] # G. C. Greubel, Jan 07 2020
(GAP) List([0..25], n-> (10^n + 4^n)/2); # G. C. Greubel, Jan 07 2020
CROSSREFS
Cf. A081342.
Sequence in context: A139397 A194724 A308650 * A163048 A318233 A367321
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 18 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 25 10:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)