login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014916 a(1)=1, a(n)=n*4^(n-1)+a(n-1). 5
1, 9, 57, 313, 1593, 7737, 36409, 167481, 757305, 3378745, 14913081, 65244729, 283348537, 1222872633, 5249404473, 22429273657, 95443717689, 404681363001, 1710351420985, 7207909559865, 30297653743161, 127054676987449 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=(1/9)*[1+4^n*(3*n-1)], with n>=1 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jan 13 2009]

MAPLE

a:=n->sum (4^n-4^j, j=0..n): seq(a(n)/3, n=1..31); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 14 2008]

MATHEMATICA

Join[{a=1, b=9}, Table[c=8*b-16*a+1; a=b; b=c, {n, 60}]] (*From Vladimir Joseph Stephan Orlovsky, Feb 07 2011*)

CROSSREFS

Sequence in context: A027210 A192054 A045720 * A045635 A026896 A080961

Adjacent sequences:  A014913 A014914 A014915 * A014917 A014918 A014919

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.