cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A067487 Powers of 9 with initial digit 9.

Original entry on oeis.org

9, 984770902183611232881, 969773729787523602876821942164080815560161, 955004950796825236893190701774414011919935138974343129836853841, 940461086986004843694934910131056317906479029659199959555574885740211572136210345921
Offset: 1

Views

Author

Amarnath Murthy, Feb 09 2002

Keywords

Crossrefs

Programs

  • GAP
    Filtered(List([0..100],n->9^n),i->ListOfDigits(i)[1]=9); # Muniru A Asiru, Oct 21 2018
    
  • Magma
    [9^n: n in [1..100] | Intseq(9^n)[#Intseq(9^n)] eq 9]; // Vincenzo Librandi, Oct 22 2018
  • Mathematica
     Select[9^Range[100], First[IntegerDigits[#]]==9 &] (* Vincenzo Librandi, Oct 22 2018 *)

Extensions

More terms from Benoit Cloitre, Feb 28 2002