A225386 Construct sequences P,Q,R by the rules: Q = first differences of P, R = second differences of P, P starts with 1,3,9, Q starts with 2,6, R starts with 4; at each stage the smallest number not yet present in P,Q,R is appended to R. Sequence gives Q.
2, 6, 11, 18, 26, 36, 48, 61, 75, 90, 106, 123, 142, 163, 185, 208, 232, 257, 284, 312, 341, 371, 402, 434, 467, 501, 536, 573, 612, 652, 693, 735, 778, 822, 867, 913, 960, 1009, 1059, 1110, 1162, 1215, 1269, 1324, 1380, 1437, 1495, 1554, 1614, 1676, 1739, 1804, 1870, 1937, 2005, 2074, 2144
Offset: 1
Keywords
Programs
-
Maple
See A225385.
Comments