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!)
A198695 11*4^n-1 1
10, 43, 175, 703, 2815, 11263, 45055, 180223, 720895, 2883583, 11534335, 46137343, 184549375, 738197503, 2952790015, 11811160063, 47244640255, 188978561023, 755914244095, 3023656976383, 12094627905535, 48378511622143 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 4*a(n-1)+3. a(n) = 5*a(n-1)-4*a(n-2), n>1.
G.f. ( 10-7*x ) / ( (4*x-1)*(x-1) ). - R. J. Mathar, Oct 30 2011
MATHEMATICA
11*4^Range[0, 30]-1 (* or *) NestList[4#+3&, 10, 30] (* or *) LinearRecurrence[ {5, -4}, {10, 43}, 30] (* Harvey P. Dale, Aug 07 2021 *)
PROG
(Magma) [11*4^n-1: n in [0..30]]
CROSSREFS
Sequence in context: A251936 A187673 A297655 * A227728 A346820 A003866
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 29 2011
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)