What is the recursive definition of the sequence 1,2,5,14,51,152?
“); userAction.setDescription(“The recursive definition for the sequence 1,2,5,14,51,152, is n=(3(n+1)-1). ChaCha on!”); var params = { userAction: userAction, enabledProviders: provider, defaultProviders: provider, showMoreButton: false, context: “SharePlugin”, onSendDone: function(eventObj) { if (provider.indexOf(“twitter”) >= 0) { twitterCount++; $(“.gigya-action-tweet”).children(‘:first’).children(‘:first’).children(‘:first’).html(formatShareCount(twitterCount)); } if (provider.indexOf(“facebook”) >= 0) { facebookCount++; $(“.gigya-action-share”).children(‘:first’).children(‘:first’).children(‘:first’).html(formatShareCount(facebookCount)); } } }; gigya.services.socialize.showShareUI(config, params); } function sharePage(provider) { var userInfoParams = { context: “SharePlugin”, callback: function(response) { var needsConnect = true; if (response.errorCode == 0) { if ((typeof response.user.identities[provider] != “undefined”) && response.user.identities[provider].allowsLogin) { nee