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!)
A001741 Squares written in base 6. 1
0, 1, 4, 13, 24, 41, 100, 121, 144, 213, 244, 321, 400, 441, 524, 1013, 1104, 1201, 1300, 1401, 1504, 2013, 2124, 2241, 2400, 2521, 3044, 3213, 3344, 3521, 4100, 4241, 4424, 5013, 5204, 5401, 10000, 10201, 10404, 11013, 11224, 11441, 12100, 12321, 12544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A007092(A000290(n)). - Jason Kimberley, Dec 13 2012
MATHEMATICA
Table[FromDigits[IntegerDigits[n^2, 6]], {n, 0, 50}] (* T. D. Noe, Aug 10 2012 *)
PROG
(PARI) a(n)=fromdigits(digits(n^2, 6)) \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
Sequence in context: A244291 A085018 A255840 * A272702 A272734 A273414
KEYWORD
base,easy,nonn
AUTHOR
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 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)