The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A082414 a(n) = (2*10^n + 4^n)/3. 2
1, 8, 72, 688, 6752, 67008, 668032, 6672128, 66688512, 666754048, 6667016192, 66668064768, 666672259072, 6666689036288, 66666756145152, 666667024580608, 6666668098322432, 66666672393289728, 666666689573158912, 6666666758292635648 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A082413.
LINKS
FORMULA
G.f.: (1-6*x)/((1-4*x)*(1-10*x)).
E.g.f.: (2*exp(10*x) + exp(4*x))/3.
a(n) = (2*10^n + 4^n)/3.
MAPLE
seq((2*10^n+4^n)/3, n=0..19); # Nathaniel Johnston, Jun 26 2011
PROG
(PARI) a(n) = (2*10^n+4^n)/3; \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A115970 A078995 A264913 * A145303 A098411 A220741
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 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 May 19 09:05 EDT 2024. Contains 372673 sequences. (Running on oeis4.)