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!)
A228842 Binomial transform of A014448. 3
2, 6, 28, 144, 752, 3936, 20608, 107904, 564992, 2958336, 15490048, 81106944, 424681472, 2223661056, 11643240448, 60964798464, 319215828992, 1671435780096, 8751751364608, 45824765067264, 239941584945152, 1256350449401856, 6578336356630528, 34444616342175744 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The binomial transform of this sequence is 2, 8, 42, 248,... = 2*A108404(n).
REFERENCES
C. Smith, A Treatise on Algebra, Macmillan, London, 5th ed., 1950, p. 360, Example 44.
LINKS
P. Bhadouria, D. Jhala, and B. Singh, Binomial Transforms of the k-Lucas Sequences and its Properties, The Journal of Mathematics and Computer Science (JMCS), Volume 8, Issue 1, Pages 81-92; sequence B_4.
FORMULA
G.f.: 2*( 1-3*x ) / ( 1-6*x+4*x^2 ).
a(n) = 2*A098648(n).
From Colin Barker, Sep 21 2017: (Start)
a(n) = (3-sqrt(5))^n + (3+sqrt(5))^n.
a(n) = 6*a(n-1) - 4*a(n-2) for n>1.
(End)
MATHEMATICA
CoefficientList[Series[2*(1 - 3 x)/(1 - 6 x + 4 x^2), {x, 0, 23}], x] (* Michael De Vlieger, Aug 26 2021 *)
PROG
(PARI) Vec(2*(1 - 3*x) / (1 - 6*x + 4*x^2) + O(x^30)) \\ Colin Barker, Sep 21 2017
CROSSREFS
When divided by 2^n this becomes(essentially) A005248.
Sequence in context: A302336 A225877 A350524 * A218941 A303829 A272820
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Nov 10 2013
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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)