OFFSET
1,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[500], First[IntegerDigits[3^#]]==3&] (* Harvey P. Dale, Dec 23 2012 *)
PROG
(PARI) for(n=1, 100, if(floor(3^n/10^(floor(n*log(3)/log(10))))==3, print1(n, ", ")))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Benoit Cloitre, Feb 22 2002
EXTENSIONS
Corrected by T. D. Noe, Nov 01 2006
Corrected by Harvey P. Dale, Dec 23 2012
STATUS
approved