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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047850 (5^n+3)/4. 6
1, 2, 7, 32, 157, 782, 3907, 19532, 97657, 488282, 2441407, 12207032, 61035157, 305175782, 1525878907, 7629394532, 38146972657, 190734863282, 953674316407, 4768371582032, 23841857910157, 119209289550782, 596046447753907 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

With a different offset: a(0)= 1, a(1)= 2, a(n)= 6*a(n-1)-5*a(n-2) for n>1. G.f.: (1-4x)/(1-6x+5x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Oct 06 2009]

a(n)=5*a(n-1)-3 (with a(0)=1) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 06 2010]

EXAMPLE

a(1)=5*1-3=2; a(2)=5*2-3=7; a(3)=5*7-3=32; a(4)=5*32-2=157 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 06 2010]

MAPLE

a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=5*a[n-1]+1 od: seq(a[n]+1, n=0..22); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 20 2008

CROSSREFS

a(n)=T(2, n), array T given by A047848.

Sequence in context: A158940 A102161 A015655 * A201373 A168494 A181376

Adjacent sequences:  A047847 A047848 A047849 * A047851 A047852 A047853

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

EXTENSIONS

Better description from Michael Somos.

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 12 14:08 EST 2012. Contains 205415 sequences.