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!)
A308250 Squares of automorphic numbers in base 12 (cf. A201919). 1
0, 1, 49, 64, 2401, 21904, 118336, 5764801, 1297152256, 22880797696, 149429406721, 3114293149696, 33232930569601, 2203546857570304, 3418922510231809 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Equals A201919(n)^2.
EXAMPLE
2401 = c37_14 and sqrt(c37_14) = 37_14. Hence 2401 is in the sequence.
PROG
(Sage) [(n * n) for n in (0..1000000) if (n * n).str(base = 14).endswith(n.str(base = 14))]
CROSSREFS
Sequence in context: A065807 A038678 A225120 * A215056 A242702 A341177
KEYWORD
nonn,base,more
AUTHOR
Jeremias M. Gomes, May 17 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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)