Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062371
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062371 Numbers the product of whose nonzero digits is a perfect square. +0
1
1, 4, 9, 10, 11, 14, 19, 22, 28, 33, 40, 41, 44, 49, 55, 66, 77, 82, 88, 90, 91, 94, 99, 100, 101, 104, 109, 110, 111, 114, 119, 122, 128, 133, 140, 141, 144, 149, 155, 166, 177, 182, 188, 190, 191, 194, 199, 202, 208, 212, 218, 220, 221, 224, 229, 236, 242, 248 (list; graph; listen)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

EXAMPLE

128 is a member as 1*2*8 =16 is a square. 140 is also a member as 1*4 =4.

PROGRAM

(PARI) ProdNzD(x)= { p=1; while (x>9, d=x-10*(x\10); if (d, p*=d); x\=10); return(p*x) } { n=-1; for (m=1, 10^9, if (issquare(ProdNzD(m)), write("b062371.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 06 2009]

CROSSREFS

Sequence in context: A161913 A020673 A166498 this_sequence A046030 A125726 A155879

Adjacent sequences: A062368 A062369 A062370 this_sequence A062372 A062373 A062374

KEYWORD

nonn,base,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 26 2001

EXTENSIONS

Corrected and extended by Larry Reeves (larryr(AT)acm.org), Jul 06 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research