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!)
A110147 10^((n^2-n)/2). 1
1, 1, 10, 1000, 1000000, 10000000000, 1000000000000000, 1000000000000000000000, 10000000000000000000000000000, 1000000000000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Sequence given by the Hankel transform (see A001906 for definition) of A082148 = {1, 1, 11, 131, 1661, 22101, 305151, 4335711, ...}; example: det([1, 1, 11, 131; 1, 11, 131, 1661; 11, 131, 1661, 22101; 131, 1661, 22101, 305151]) = 10^6 = 1000000.
LINKS
FORMULA
a(n+1) is the determinant of n X n matrix M_(i, j) = binomial(10i, j).
a(n)=10a(n-1)^2/a(n-2), a(0)=a(1)=1. - Michael Somos, Sep 12 2005
PROG
(PARI) a(n)=10^binomial(n, 2) \\ Charles R Greathouse IV, Jan 17 2012
CROSSREFS
Sequence in context: A154027 A013715 A135612 * A215023 A071925 A346434
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Sep 04 2005
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)