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!)
A006483 a(n) = Fibonacci(n)*2^n + 1.
(Formerly M2502)
6

%I M2502 #40 Oct 01 2022 16:19:05

%S 1,3,5,17,49,161,513,1665,5377,17409,56321,182273,589825,1908737,

%T 6176769,19988481,64684033,209321985,677380097,2192048129,7093616641,

%U 22955425793,74285318145,240392339457,777925951489,2517421260801,8146546327553,26362777698305

%N a(n) = Fibonacci(n)*2^n + 1.

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H Vincenzo Librandi, <a href="/A006483/b006483.txt">Table of n, a(n) for n = 0..1000</a>

%H D. S. Kluk and N. J. A. Sloane, <a href="/A002050/a002050_3.pdf">Correspondence, 1979</a>.

%H Simon Plouffe, <a href="https://arxiv.org/abs/0911.4975">Approximations de séries génératrices et quelques conjectures</a>, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.

%H Simon Plouffe, <a href="/A000051/a000051_2.pdf">1031 Generating Functions</a>, Appendix to Thesis, Montreal, 1992

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,2,-4).

%F G.f.: -(-1+6*x^2)/((1-x)*(1-2*x-4*x^2)).

%p A006483:=-(-1+6*z**2)/(z-1)/(4*z**2+2*z-1); # _Simon Plouffe_ in his 1992 dissertation

%t lst={};Do[AppendTo[lst, Fibonacci[n]*2^n+1], {n, 0, 5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Sep 19 2008 *)

%t CoefficientList[Series[(-(- 1 + 6 x^2)) / ((1 - x) (1 - 2 x - 4 x^2)), {x, 0, 50}], x] (* _Vincenzo Librandi_, Jun 09 2013 *)

%t LinearRecurrence[{3,2,-4},{1,3,5},40] (* _Harvey P. Dale_, Aug 01 2021 *)

%o (Magma) [Fibonacci(n)*2^n + 1: n in [0..50]]; // _Vincenzo Librandi_, Jun 09 2013

%Y Cf. A000045, A063727, A087206.

%Y Equals A103435 + 1.

%K nonn,easy

%O 0,2

%A Dennis S. Kluk (mathemagician(AT)ameritech.net)

%E G.f. in Formula field corrected by _Vincenzo Librandi_, Jun 09 2013

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 16 13:45 EDT 2024. Contains 371721 sequences. (Running on oeis4.)