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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006483 Fibonacci(n)*2^n + 1.
(Formerly M2502)
6
1, 3, 5, 17, 49, 161, 513, 1665, 5377, 17409, 56321, 182273, 589825, 1908737, 6176769, 19988481, 64684033, 209321985, 677380097, 2192048129, 7093616641, 22955425793, 74285318145, 240392339457, 777925951489, 2517421260801, 8146546327553, 26362777698305 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

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

LINKS

S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

FORMULA

G.f.: [ -1+6x^2]/[(1-x)(1-2x-4x^2)].

MAPLE

A006483:=-(-1+6*z**2)/(z-1)/(4*z**2+2*z-1); [Conjectured by S. Plouffe in his 1992 dissertation.]

MATHEMATICA

lst={}; Do[AppendTo[lst, Fibonacci[n]*2^n+1], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 19 2008]

CROSSREFS

Cf. A063727, A087206.

Equals A103435 + 1.

Sequence in context: A005142 A165452 A106063 * A177960 A049540 A097144

Adjacent sequences:  A006480 A006481 A006482 * A006484 A006485 A006486

KEYWORD

nonn,easy

AUTHOR

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

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 15 03:59 EST 2012. Contains 205694 sequences.