login
A052201
Equivalent of the Kurepa hypothesis for left factorial.
0
4, 15, 48, 175, 816, 4851, 34960, 292743, 2774040, 29251651, 339184776, 4285584615, 58571107168, 860622082035, 13525670637216, 226358825764711, 4018390654376520, 75413358213752643, 1491684815796629080, 31014754853346045831, 676190458445520562896
OFFSET
1,1
LINKS
Romeo Mestrovic, Variations of Kurepa's left factorial hypothesis, arXiv preprint arXiv:1312.7037 [math.NT], 2013.
Romeo Mestrovic, The Kurepa-Vandermonde matrices arising from Kurepa's left factorial hypothesis, Filomat 29:10 (2015), 2207-2215; DOI 10.2298/FIL1510207M.
FORMULA
a(1)=4, a(2)=15, a(3)=48, a(n) = (n+1)*( a(n-1)-a(n-3)) - 3*a(n-2).
a(n) = (n+3)*A051403(n-1). - Mohammed Bouras, Aug 05 2022
MATHEMATICA
nxt[{n_, a_, b_, c_}]:={n+1, b, c, (c-a)(n+2)-3b}; NestList[nxt, {3, 4, 15, 48}, 20][[1;; All, 2]] (* Harvey P. Dale, Jan 30 2026 *)
CROSSREFS
Cf. A051403.
Sequence in context: A225976 A093967 A380256 * A320460 A178704 A099167
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James Sellers, Jan 31 2000
STATUS
approved