A161343 a(n) = 7^A000120(n).
1, 7, 7, 49, 7, 49, 49, 343, 7, 49, 49, 343, 49, 343, 343, 2401, 7, 49, 49, 343, 49, 343, 343, 2401, 49, 343, 343, 2401, 343, 2401, 2401, 16807, 7, 49, 49, 343, 49, 343, 343, 2401, 49, 343, 343, 2401, 343, 2401, 2401, 16807, 49, 343, 343, 2401, 343, 2401, 2401, 16807, 343, 2401, 2401, 16807, 2401, 16807, 16807, 117649
Offset: 0
Keywords
Examples
From _Omar E. Pol_, May 03 2015: (Start) Also, written as an irregular triangle in which the row lengths are the terms of A011782, the sequence begins: 1; 7; 7, 49; 7, 49, 49, 343; 7, 49, 49, 343, 49, 343, 343, 2401; 7, 49, 49, 343, 49, 343, 343, 2401, 49, 343, 343, 2401, 343, 2401, 2401, 16807; ... Row sums give A055274. Right border gives A000420. (End)
Links
Crossrefs
Programs
-
PARI
a(n) = 7^hammingweight(n); \\ Omar E. Pol, May 03 2015
Formula
G.f.: Product_{k>=0} (1 + 7*x^(2^k)). - Ilya Gutkovskiy, Mar 02 2017
Extensions
More terms from Sean A. Irvine, Mar 08 2011
New name from Omar E. Pol, May 03 2015
a(52)-a(63) from Omar E. Pol, May 16 2015
Comments