[go: up one dir, main page]

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!)
Revision History for A081335 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A081335 a(n) = (6^n + 2^n)/2.
(history; published version)
#29 by Charles R Greathouse IV at Thu Sep 08 08:45:09 EDT 2022
PROG

(MAGMAMagma) [(6^n+2^n)/2: n in [0..30]]; // Vincenzo Librandi, Aug 08 2013

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#28 by Susanna Cuyler at Fri Aug 02 08:42:19 EDT 2019
STATUS

proposed

approved

#27 by Jon E. Schoenfield at Fri Aug 02 04:12:55 EDT 2019
STATUS

editing

proposed

#26 by Jon E. Schoenfield at Fri Aug 02 04:12:53 EDT 2019
COMMENTS

Binomial transform of A034478. 4th binomial transform of (1, 0, 4, 0, 16, 0, 64, ... )., ...).

Case k=4 of the family of recurrences a(n) = 2*k*a(n-1) - (k^2-4)*a(n-2), a(0)=1,, a(1)=k.

FORMULA

a(n) = 8*a(n-1) -) - 12*a(n-2), a(0)=1, a(1)=4.

a(n) = Sum_{k=0..floor(n/2)} Cbinomial(n,2*k) * 4^(n-k) = Sum_{k=0..n} Cbinomial(n,k) * 4^(n-k/2) * (1+(-1)^k)/2 . - _. - _Paul Barry_, Nov 22 2003

a(n) = Sum_{k=0..n} 4^k*A098158(n,k) . - _). - _Philippe Deléham_, Dec 04 2006

STATUS

proposed

editing

#25 by G. C. Greubel at Fri Aug 02 04:08:32 EDT 2019
STATUS

editing

proposed

#24 by G. C. Greubel at Fri Aug 02 04:08:05 EDT 2019
NAME

a(n) = (6^n+ + 2^n)/2.

COMMENTS

Binomial transform of A034478. 4th binomial transform of (1,, 0,, 4,, 0,, 16,, 0,, 64,....)., ... ).

Case k=4 of the family of recurrences a(n)=2k) = 2*k*a(n-1)-() - (k^2-4)*a(n-2), a(0)=1,a(1)=k.

FORMULA

a(n) = sum( Sum_{k=0..floor(n/2), )} C(n,2*k) * 4^(n-k) ) = sum( ) = Sum_{k=0..n, } C(n,k) * 4^(n-k/2) * (1+(-1)^k)/2 ). - _ . - _Paul Barry_, Nov 22 2003

a(n) = sum( Sum_{k=0..n, } 4^k*A098158(n,k) ). - _) . - _Philippe Deléham_, Dec 04 2006

MATHEMATICA

CoefficientList[Series[(1 - 4 x) / ((-4x)/((1 - 2 x) (-2x)(1 - 6 x-6x)), {x, , 0, 20, 30}], x] (* Vincenzo Librandi, Aug 08 2013 *)

PROG

(MAGMA) [(6^n+2^n)/2: n in [0..2530]]; // Vincenzo Librandi, Aug 08 2013

(Sage) [2^(n-1)*(3^n + 1) for n in (0..30)] # G. C. Greubel, Aug 02 2019

(GAP) List([0..30], n-> 2^(n-1)*(3^n + 1)); # G. C. Greubel, Aug 02 2019

STATUS

approved

editing

#23 by Charles R Greathouse IV at Wed Oct 07 16:03:43 EDT 2015
STATUS

editing

approved

#22 by Charles R Greathouse IV at Wed Oct 07 16:03:38 EDT 2015
PROG

(PARI) a(n)=(6^n+2^n)/2 \\ Charles R Greathouse IV, Oct 07 2015

STATUS

approved

editing

#21 by Charles R Greathouse IV at Sat Jun 13 00:50:53 EDT 2015
LINKS

<a href="/index/Rec#order_02">Index to sequencesentries withfor linear recurrences with constant coefficients</a>, signature (8,-12).

Discussion
Sat Jun 13 00:50
OEIS Server: https://oeis.org/edit/global/2439
#20 by R. J. Mathar at Sun Oct 19 15:09:11 EDT 2014
STATUS

editing

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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)