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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176343 A recursive sequence:a(n)=Fibonacci[n]*a(n - 1) + 1 0
0, 1, 2, 5, 16, 81, 649, 8438, 177199, 6024767, 331362186, 29491234555, 4246737775921, 989489901789594, 373037692974676939, 227552992714552932791, 224594803809263744664718, 358677901683394200229554647 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..17.

FORMULA

a(n)=Fibonacci[n]*a(n - 1) + 1

MATHEMATICA

a[0] = 0;

a[n_] := a[n] = Fibonacci[n]*a[n - 1] + 1;

Table[a[n], {n, 0, 20}]

CROSSREFS

Sequence in context: A054960 A004110 A048754 * A037075 A115894 A033835

Adjacent sequences:  A176340 A176341 A176342 * A176344 A176345 A176346

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula, Apr 15 2010

STATUS

approved

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 June 19 01:40 EDT 2013. Contains 226359 sequences.