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!)
A165130 a(n) = (2^(n+4)-1)*(2^n-1). 0
0, 31, 189, 889, 3825, 15841, 64449, 259969, 1044225, 4185601, 16759809, 67074049, 268365825, 1073602561, 4294688769, 17179312129, 68718362625, 274875678721, 1099507171329, 4398037598209, 17592168218625, 70368708526081, 281474905407489 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 7*a(n-1) -14*a(n-2)+8*a(n-3). G.f.: x*(31-28*x)/((1-x) * (2*x-1) * (4*x-1)). - R. J. Mathar, Sep 20 2009
a(n) = A000225(n+4) * A000225(n). - Michel Marcus, Jul 17 2013
MATHEMATICA
LinearRecurrence[{7, -14, 8}, {0, 31, 189}, 30] (* Harvey P. Dale, Sep 25 2014 *)
PROG
(Quick Basic) DO: DIM x AS LONG: n = 0: x = ((2 ^ (n + 2)) - 1) * ((2 ^ (n - 2)) - 1): PRINT x: n = n + 1: LOOP
(PARI) a(n)=(2^(n+4)-1)*(2^n-1) \\ Charles R Greathouse IV, Jul 03 2016
CROSSREFS
Sequence in context: A055788 A042876 A042878 * A229145 A261354 A023292
KEYWORD
nonn,easy
AUTHOR
Boris Hostnik (megpplus(AT)siol.net), Sep 04 2009
EXTENSIONS
Two initial fractional values removed by R. J. Mathar, Sep 20 2009
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)