The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A244746 Numbers obtained by concatenating the squares of the digits of Catalan(n). 0
1, 1, 4, 25, 116, 164, 194, 16481, 11690, 1664364, 136498136, 2564496436, 4064014, 491648100, 436491616160, 81368116641625, 9259254936490, 148136161649810, 164949369644900, 149364943691810, 362536161401640, 41616363643649040, 811166442536936160 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A048385(A000108(n)).
EXAMPLE
For n = 7, Catalan(7) = 429 and a(7) = 16481, which is the concatenation of the squares of the digits of 429. For n = 14, Catalan(14) = 2674440 and a(14) = 436491616160.
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits/@(IntegerDigits[ CatalanNumber[ n]]^2)]], {n, 0, 30}] (* Harvey P. Dale, Sep 23 2020 *)
PROG
(Magma) [StringToInteger(&cat[IntegerToString(h): h in Reverse([i^2: i in Intseq(Catalan(n))])]): n in [0..30]];
CROSSREFS
Sequence in context: A359524 A070764 A327646 * A110051 A334551 A273023
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Jul 05 2014
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 May 14 06:07 EDT 2024. Contains 372528 sequences. (Running on oeis4.)