login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067485 Powers of 7 with initial digit 7. 12

%I #14 Oct 22 2018 11:43:15

%S 7,79792266297612001,7730993719707444524137094407,

%T 749048330965186233494494102694564493649,

%U 72574551534231909331741171093173785967490646405143

%N Powers of 7 with initial digit 7.

%H Muniru A Asiru, <a href="/A067485/b067485.txt">Table of n, a(n) for n = 1..70</a>

%t Select[7^Range[80],First[IntegerDigits[#]]==7&] (* _Harvey P. Dale_, Apr 16 2013 *)

%o (GAP) Filtered(List([0..100],n->7^n),i->ListOfDigits(i)[1]=7); # _Muniru A Asiru_, Oct 22 2018

%Y Cf. A067480, A067481, A067482, A067483, A067484.

%K base,easy,nonn

%O 1,1

%A _Amarnath Murthy_, Feb 09 2002

%E More terms from _Benoit Cloitre_, Feb 22 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 1 02:08 EDT 2024. Contains 372143 sequences. (Running on oeis4.)