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!)
A212262 a(n) = 3^n + Fibonacci(n). 3
1, 4, 10, 29, 84, 248, 737, 2200, 6582, 19717, 59104, 177236, 531585, 1594556, 4783346, 14349517, 43047708, 129141760, 387423073, 1162265648, 3486791166, 10460364149, 31381077320, 94143207484, 282429582849, 847288684468, 2541865949722, 7625597681405 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1-2*x)*(1+2*x)/((1-3*x)*(1-x-x^2)).
MATHEMATICA
Table[3^n + Fibonacci[n], {n, 0, 27}]
PROG
(PARI) for(n=0, 27, print1(3^n+fibonacci(n)", "));
(Magma) [3^n+Fibonacci(n): n in [0..27]];
(Sage) [3^n +fibonacci(n) for n in (0..30)] # G. C. Greubel, Jul 05 2021
CROSSREFS
Sequence in context: A025179 A116388 A221420 * A233347 A264158 A152808
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, May 08 2012
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 June 9 22:16 EDT 2024. Contains 373251 sequences. (Running on oeis4.)