login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061269 Squares with nonzero digits such that (1) each digit is a square and (2) the sum of the digits is a square. 5
1, 4, 9, 144, 441, 44944 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Note that (1) implies that the product of the digits is a square.

REFERENCES

Amarnath Murthy, The Smarandache multiplicative square sequence is infinite. (To be published in Smarandache Notions Journal).

Amarnath Murthy, Infinitely many common members of the Smarandache additive as well as multiplicative square sequence, (To be published in Smarandache Notions Journal).

Felice Russo, A set of new Smarandache functions, sequences and conjectures in number theory, American Research Press 2000

LINKS

M. L. Perez et al., eds., Smarandache Notions Journal

EXAMPLE

For example, 44944= 212^2, each digit is a square, sum of digits = 4+4+9+4+4 = 25 = 5^2.

MATHEMATICA

For[n = 1, n < 100000, n++, a := DigitCount[n^2]; If[a[[2]] == 0, If[a[[3]] == 0, If[a[[5]] == 0, If[a[[6]] == 0, If[a[[7]] == 0, If[a[[8]] == 0, If[a[[10]] == 0, If[Sqrt[Sum[a[[i]]*i, {i, 1, 10}]] == Floor[Sqrt[Sum[a[[i]]*i, {i, 1, 10}]]], Print[n^2]]]]]]]]]] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 15 2006

CROSSREFS

If zeros are allowed as digits, the result is A061270.

A subsequence of A006716. Cf. A053057, A053059, A061267, A061268, A061269, A061270.

Sequence in context: A035127 A061267 * A061271 A084009 A029738 A067072

Adjacent sequences:  A061266 A061267 A061268 * A061270 A061271 A061272

KEYWORD

nonn,base

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 24 2001

EXTENSIONS

Next term, if it exists, is > 90000000000 - Larry Reeves (larryr(AT)acm.org), May 11 2001

Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of Andrew Plewe, Jun 05 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.