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!)
A067495 Powers of 9 having initial digit 1. 1
1, 1853020188851841, 16677181699666569, 150094635296999121, 1350851717672992089, 12157665459056928801, 109418989131512359209, 1824800363140073127359051977856583921, 16423203268260658146231467800709255289, 147808829414345923316083210206383297601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
select(x-> "1"=""||x[1], [9^n$n=0..60])[]; # Alois P. Heinz, Oct 22 2018
MATHEMATICA
Select[9^Range[0, 50], First[IntegerDigits[#]]==1&] (* Harvey P. Dale, Oct 01 2015 *)
PROG
(GAP) Filtered(List([0..40], n->9^n), i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 22 2018
CROSSREFS
Sequence in context: A288279 A318170 A204419 * A335044 A216910 A309111
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 09 2002
EXTENSIONS
More terms from Harvey P. Dale, Oct 01 2015
STATUS
approved

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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)