The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A047850 a(n) = (5^n + 3)/4. 9
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; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A047848(2,n).
From Philippe Deléham, Oct 06 2009: (Start)
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1.
G.f.: (1-4*x)/((1-x)*(1-5*x)). (End)
a(n) = 5*a(n-1) - 3 (with a(0)=1). - Vincenzo Librandi, Aug 06 2010
From Elmo R. Oliveira, Dec 10 2023: (Start)
a(n) = A132079(n)/2.
E.g.f.: (1/4)*(exp(5*x) + 3*exp(x)). (End)
PROG
(PARI) a(n)=(5^n+3)/4 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A327214 A334855 A334854 * A201373 A168494 A181376
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Better description from Michael Somos
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 May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)