A225378 Construct sequences P,Q,R by the rules: Q = first differences of P, R = second differences of P, P starts with 1,5,11, Q starts with 4,6, R starts with 2; at each stage the smallest number not yet present in P,Q,R is appended to R; every number appears exactly once in the union of P,Q,R. Sequence gives R.
2, 3, 7, 8, 10, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 63, 64
Offset: 1
Keywords
Examples
The initial terms of P, Q, R are: 1 5 11 20 36 60 94 140 199 272 360 4 6 9 16 24 34 46 59 73 88 2 3 7 8 10 12 13 14 15
Links
- Christopher Carl Heckman, Table of n, a(n) for n = 1..10000
Programs
-
Maple
See A225376.
Extensions
Corrected and edited by Christopher Carl Heckman, May 12 2013
Comments