A259878 Gobel's sequence A003504 read mod 43.
1, 2, 3, 5, 10, 28, 25, 37, 10, 20, 15, 38, 19, 42, 36, 34, 2, 35, 39, 31, 13, 2, 6, 26, 28, 29, 4, 14, 42, 5, 20, 17, 4, 20, 16, 29, 42, 13, 42, 20, 8, 23, 33
Offset: 0
Links
- R. K. Guy, The strong law of small numbers. Amer. Math. Monthly 95 (1988), no. 8, 697-712.
- R. K. Guy, The strong law of small numbers. Amer. Math. Monthly 95 (1988), no. 8, 697-712. [Annotated scanned copy]
Crossrefs
Cf. A003504
Programs
-
Maple
t1:=[1,2]; a:=2; for n from 1 to 41 do b:=a*(a+n)/(n+1) mod 43; t1:=[op(t1),b]; a:=b; od: t1;