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!)
A307710 a(n) is the determinant of the Vandermonde matrix of the digits of n in factorial base. 1
1, 1, -1, 0, -2, -1, 0, 0, 0, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 6, -6, 0, -6, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
This sequence is a variant of A307651, and has infinitely many nonzero terms.
LINKS
FORMULA
a(n) != 0 iff n belongs to A321682.
EXAMPLE
| 3^0 3^1 2^2 |
a(22) = a(3*3! + 2*2! + 0*1!) = det | 2^0 2^1 2^2 | = -6.
| 0^0 0^1 0^2 |
PROG
(PARI) a(n) = my (d=[]); for (r=2, oo, if (n, d=concat(n%r, d); n\=r, return (matdet(matrix(#d, #d, r, c, d[r]^(c-1))))))
CROSSREFS
See A307651 for the decimal variant.
Sequence in context: A127842 A127512 A263787 * A112207 A112208 A339089
KEYWORD
sign,base
AUTHOR
Rémy Sigrist, Apr 23 2019
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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)