A135249 a(n) = number of bits in the binary expansion of A046967(n).
2, 4, 16, 106, 1156, 15016, 255256, 4849846, 111546436, 3234846616, 100280245066, 3710369067406, 152125131763606, 6541380665835016, 307444891294245706, 16294579238595022366, 961380175077106319536, 58644190679703485491636, 3929160775540133527939546, 278970415063349480483707696
Offset: 1
Programs
-
Mathematica
a = {}; c = 2; Do[d = Length[IntegerDigits[c, 2]]; c = c^Prime[n]; AppendTo[a, d], {n, 2, 9}]; a 1 + FoldList[Times, 1, Prime[Range[2, 20]]] (* Amiram Eldar, Oct 12 2024 *)
Formula
From Amiram Eldar, Oct 13 2024: (Start)
Extensions
More terms from Amiram Eldar, Oct 12 2024
Comments