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!)
A064752 a(n) = n*6^n - 1. 5
5, 71, 647, 5183, 38879, 279935, 1959551, 13436927, 90699263, 604661759, 3990767615, 26121388031, 169789022207, 1097098297343, 7052774768639, 45137758519295, 287753210560511, 1828079220031487, 11577835060199423 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 13*a(n-1) - 48*a(n-2) + 36*a(n-3); a(1)=5, a(2)=71, a(3)=647. - Harvey P. Dale, May 25 2011
G.f.: 6*x/(1-6*x)^2+x/(x-1). - Harvey P. Dale, May 25 2011
MATHEMATICA
Table[n 6^n-1, {n, 25}] (* or *) LinearRecurrence[{13, -48, 36}, {5, 71, 647}, 25] (* Harvey P. Dale, May 25 2011 *)
PROG
(Magma) [ n*6^n-1: n in [1..20]]; // Vincenzo Librandi, Sep 16 2011
CROSSREFS
Sequence in context: A295536 A197427 A197668 * A033507 A092250 A362159
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 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)