A067482 Powers of 4 with initial digit 4.
4, 4096, 4194304, 4294967296, 4398046511104, 4503599627370496, 4611686018427387904, 4722366482869645213696, 4835703278458516698824704, 4951760157141521099596496896, 401734511064747568885490523085290650630550748445698208825344
Offset: 1
Links
- Muniru A Asiru, Table of n, a(n) for n = 1..71
- Tanya Khovanova, Non Recursions
Programs
-
GAP
Filtered(List([0..100],n->4^n),i->ListOfDigits(i)[1]=4); # Muniru A Asiru, Oct 06 2018
-
Mathematica
DeleteCases[Table[If[StringStartsQ[ToString[4^n],"4"],4^n], {n, 100}], Null] (* Stefano Spezia, Oct 06 2018 *)
Formula
a(n) = 4^A242594(n).
Comments