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!)
A303261 Numbers having n digits in base n+1, and equal to the determinant of a circulant matrix based on these digits. 1
1, 28, 35, 1936, 2761, 3421, 3732, 4043, 4354, 281048, 289820, 333293, 420239, 428752, 430686, 437554, 500380, 500888, 736600, 941578, 984377, 1027176, 1069975, 1112774, 1155573, 1662216, 1776201, 2087008, 5331625, 6825024, 7014400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A subsequence of A303262, namely, the terms in row n which correspond to n-digit numbers in base n+1.
LINKS
PROG
(PARI) for(n=1, 10, for(k=(n+1)^(n-1), (n+1)^n-1, d=Vec(digits(k, n+1)); abs(matdet(matrix(n, n, i, j, d[(j-i)%n+1])))==k&&print1(k", ")))
CROSSREFS
Sequence in context: A043170 A043950 A167308 * A168106 A061900 A048023
KEYWORD
nonn,base,more
AUTHOR
M. F. Hasler, Apr 25 2018
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 August 26 02:07 EDT 2024. Contains 375454 sequences. (Running on oeis4.)