A197878 a(n) = floor(2*(1 + sqrt(2))*n).
4, 9, 14, 19, 24, 28, 33, 38, 43, 48, 53, 57, 62, 67, 72, 77, 82, 86, 91, 96, 101, 106, 111, 115, 120, 125, 130, 135, 140, 144, 149, 154, 159, 164, 168, 173, 178, 183, 188, 193, 197, 202, 207, 212, 217, 222, 226, 231, 236, 241, 246, 251, 255, 260, 265, 270
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..10000
- J. N. Cooper and A. W. N. Riasanovsky, On the Reciprocal of the Binary Generating Function for the Sum of Divisors, 2012; J. Int. Seq. 16 (2013) #13.1.8
- D. R. Hofstadter, Eta-Lore [Cached copy, with permission]
- N. J. A. Sloane, Families of Essentially Identical Sequences, Mar 24 2021 (Includes this sequence)
Crossrefs
Programs
-
Magma
[Floor(2*(1 + Sqrt(2))*n): n in [1..100]]; // G. C. Greubel, Aug 18 2018
-
Mathematica
Table[Floor[((2+Sqrt[8]))*n], {n,100}]
-
PARI
a(n)=2*n+sqrtint(8*n^2) \\ Charles R Greathouse IV, Oct 25 2011
Formula
a(n) = A003151(2n). - R. J. Mathar, Oct 20 2011
Comments