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!)
A064754 a(n) = n*8^n - 1. 5
7, 127, 1535, 16383, 163839, 1572863, 14680063, 134217727, 1207959551, 10737418239, 94489280511, 824633720831, 7146825580543, 61572651155455, 527765581332479, 4503599627370495, 38280596832649215, 324259173170675711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(64*x^2 - 8*x - 7)/((x-1)*(8*x-1)^2). - Colin Barker, Oct 15 2012
a(n) = 17*a(n-1) - 80*a(n-2) + 64*a(n-3); a(1)=7, a(2)=127, a(3)=1535. - Harvey P. Dale, May 20 2013
MATHEMATICA
Table[n*8^n-1, {n, 20}] (* or *) LinearRecurrence[{17, -80, 64}, {7, 127, 1535}, 20] (* Harvey P. Dale, May 20 2013 *)
PROG
(Magma) [ n*8^n-1: n in [1..20]]; // Vincenzo Librandi, Sep 16 2011
CROSSREFS
Sequence in context: A088550 A255954 A278791 * A267249 A025166 A241955
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 19 2001
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 07:22 EDT 2024. Contains 371922 sequences. (Running on oeis4.)