A188376 Positions of 1 in A188374; complement of A188375.
1, 4, 7, 8, 11, 14, 15, 18, 21, 24, 25, 28, 31, 32, 35, 38, 41, 42, 45, 48, 49, 52, 55, 56, 59, 62, 65, 66, 69, 72, 73, 76, 79, 82, 83, 86, 89, 90, 93, 96, 97, 100, 103, 106, 107, 110, 113, 114, 117, 120, 123, 124, 127, 130, 131, 134, 137, 140, 141, 144, 147, 148, 151, 154, 155, 158, 161, 164, 165, 168, 171, 172, 175, 178
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..2000
- L. Carlitz, R. Scoville and V. E. Hoggatt, Jr., Pellian Representations, Fib. Quart. Vol. 10, No. 5, (1972), pp. 449-488.
Programs
-
Magma
[2*Floor(n*(1/Sqrt(2)))+n: n in [1..80]]; // Vincenzo Librandi, Mar 01 2018
-
Mathematica
(See A188374.) Table[(2 Floor[n (1/Sqrt[2])] + n), {n, 100}] (* Vincenzo Librandi, Mar 01 2018 *)
Formula
a(n) = 2[nr]+n, where r = 1/sqrt(2). - Michel Dekking, Feb 27 2018
Comments