[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!)
A006646 Exponential self-convolution of Pell numbers. 3
0, 0, 2, 12, 64, 320, 1568, 7616, 36864, 178176, 860672, 4156416, 20070400, 96911360, 467935232, 2259402752, 10909384704, 52675215360, 254338531328, 1228055248896, 5929575645184, 28630524624896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = ((2+sqrt(8))^n+(2-sqrt(8))^n-2^(n+1))/8; E.g.f.: exp(2x)(sinh(sqrt(2)*x))^2/2 = (exp(x)*sinh(sqrt(2)*x)/sqrt(2))^2. - Paul Barry, May 16 2003
G.f.: 2*x^2 / ( (2*x-1)*(4*x^2+4*x-1) ). - R. J. Mathar, Nov 24 2012
a(n) = 2^(n-3)*(A002203(n) - 2). - Vladimir Reshetnikov, Oct 07 2016
MATHEMATICA
Table[2^(n-3)*(LucasL[n, 2] - 2), {n, 0, 20}] (* Vladimir Reshetnikov, Oct 07 2016 *)
PROG
(Magma) [Floor(((2+Sqrt(8))^n+(2-Sqrt(8))^n-2^(n+1))/8): n in [0..30] ]; // Vincenzo Librandi, Aug 20 2011
CROSSREFS
Sequence in context: A368760 A272363 A283488 * A087635 A180038 A052896
KEYWORD
nonn,easy
AUTHOR
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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)