login
A057268
a(n-1)+k=a(n) => a(n)*k=a(n+1).
1
1, 3, 6, 18, 216, 42768, 1819863936, 3311826913612597248, 10968197499701667312529793029329125376, 120301356392461906290006219878693096559247086148184247242087281541542576128
OFFSET
0,2
COMMENTS
For +k and ^k see A057269. (Using *k and ^k gives another formulation of A014222. In this case the sequence could start 1,2 - see A014221.)
MATHEMATICA
nxt[{a_, b_}]:={b, b(b-a)}; NestList[nxt, {1, 3}, 9][[All, 1]] (* Harvey P. Dale, Sep 05 2017 *)
CROSSREFS
Cf. A057269.
Sequence in context: A345134 A135504 A307334 * A085401 A085061 A294570
KEYWORD
easy,nonn
AUTHOR
Jonas Wallgren, Aug 22 2000
EXTENSIONS
More terms from Harvey P. Dale, Sep 05 2017
STATUS
approved