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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067489 Powers of 3 with initial digit 1. 7
1, 19683, 177147, 1594323, 14348907, 129140163, 1162261467, 10460353203, 1853020188851841, 16677181699666569, 150094635296999121, 1350851717672992089, 12157665459056928801, 109418989131512359209
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[3^Range[0, 5*10^6], First[IntegerDigits[#]]==1&] (* Harvey P. Dale, Oct 09 2015 *)
PROG
(GAP) Filtered(List([0..50], n->3^n), i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 22 2018
CROSSREFS
Sequence in context: A250601 A373476 A250594 * A250510 A250508 A250507
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 09 2002
EXTENSIONS
Offset 1 from Michel Marcus, Oct 19 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 16:48 EDT 2024. Contains 376002 sequences. (Running on oeis4.)