Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116952
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116952 a(n) = 3*a(n-1) + 5 with a(0) = 1. +0
4
1, 8, 29, 92, 281, 848, 2549, 7652, 22961, 68888, 206669, 620012, 1860041, 5580128, 16740389, 50221172, 150663521, 451990568, 1355971709, 4067915132, 12203745401, 36611236208, 109833708629, 329501125892, 988503377681 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n)=(7/2)3^n-(5/2). (Deutsch)

EXAMPLE

The second term is 8 since a(1) = 3*a(0) + 5 = 3*1 + 5 = 8.

MAPLE

a:=n->(7*3^n-5)/2: seq(a(n), n=0..27);

a[0]:=1: for n from 1 to 27 do a[n]:=3*a[n-1]+5 od: seq(a[n], n=0..27);

MATHEMATICA

a[0] := 1; a[n_] := 3a[n - 1] + 5; Table[a[n], {n, 0, 30}]

CROSSREFS

Adjacent sequences: A116949 A116950 A116951 this_sequence A116953 A116954 A116955

Sequence in context: A131438 A048478 A001360 this_sequence A088131 A072264 A110527

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Mar 29 2006

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu) and Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 01 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research