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!)
A307587 Numbers k such that the determinant of the Vandermonde matrix of their digits is equal to phi(k), the Euler totient function of k. 2
1, 2, 190, 280, 480, 1073, 1674, 1736, 4850, 15867, 16230, 16302, 23715, 24056, 25064, 35712, 52976, 54730, 75184, 105342, 456382, 964325 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Tested all the 8877691 numbers with distinct digits; no additional terms. - Giovanni Resta, Apr 16 2019
LINKS
EXAMPLE
| 1 1 1 |
det | 1 9 81 | = 72 = phi(190).
| 1 0 0 |
MAPLE
with(numtheory): with(linalg): P:=proc(q) local a, c, k, n;
for n from 1 to q do a:=convert(n, base, 10): c:=[]:
for k from 1 to nops(a) do c:=[op(c), a[-k]]; od;
if phi(n)=det(vandermonde(c)) then print(n); fi; od; end: P(10^9);
CROSSREFS
Sequence in context: A252765 A172801 A318195 * A235680 A085937 A142890
KEYWORD
nonn,base,fini,full
AUTHOR
Paolo P. Lava, Apr 16 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)