cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A061268 Numbers k such that k^2 has property that the sum of its digits and the product of its digits are nonzero squares.

This page as a plain text file.
%I A061268 #14 Nov 23 2022 12:11:00
%S A061268 1,2,3,12,21,122,212,221,364,463,518,537,543,589,661,715,786,969,1111,
%T A061268 1156,1354,1525,1535,1608,1617,1667,1692,1823,1941,2166,2235,2337,
%U A061268 2379,2515,2943,2963,3371,3438,3631,3828,4018,4077,4119,4271,4338,4341,4471
%N A061268 Numbers k such that k^2 has property that the sum of its digits and the product of its digits are nonzero squares.
%C A061268 See A061267 for the corresponding squares (the so-called ultrasquares). - _M. F. Hasler_, Oct 25 2022
%D A061268 Amarnath Murthy, Infinitely many common members of the Smarandache Additive as well as multiplicative square sequence, (To be published in Smarandache Notions Journal).
%D A061268 Felice Russo, A set of new Smarandache functions, sequences and conjectures in number theory, American Research Press 2000
%e A061268 212^2 = 44944, 4+4+9+4+4 = 25 = 5^2 and 4*4*9*4*4 = 2304 = 48^2.
%o A061268 (PARI) select( {is_A061268(n)=vecmin(n=digits(n^2))&&issquare(vecprod(n))&&issquare(vecsum(n))}, [1..4567]) \\ _M. F. Hasler_, Oct 25 2022
%Y A061268 Cf. A061267 (the corresponding squares), A053057 (squares with square digit sum), A053059 (squares with square product of digits).
%Y A061268 Sequence A061868 allows digit products = 0.
%K A061268 nonn,base
%O A061268 1,2
%A A061268 _Amarnath Murthy_, Apr 24 2001
%E A061268 More terms from Larry Reeves (larryr(AT)acm.org), May 11 2001