Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079465
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079465 Numbers n such that the "inventory" A063850 of n is a perfect square. +0
1
6, 55, 116, 161, 255, 511, 666, 969, 996, 5311, 9666, 9999, 12255, 12525, 12552, 41199, 41919, 41991, 54246, 54264, 54426, 71177, 71717, 71771, 72255, 72525, 72552, 77117, 77171, 77711, 78055, 83399, 83939, 83993, 89999, 97117, 97171 (list; graph; listen)
OFFSET

1,1

LINKS

The Inventory Sequences and Self-Inventoried Numbers in www.primepuzzles.net (see Question 7)

EXAMPLE

The "inventory" of 511 is 1521 (one "5", two "1"s) = 39^2. Hence 1521 belongs to the sequence.

MATHEMATICA

g[n_] := Module[{seen, r, d, l, i, t}, seen = {}; r = {}; d = IntegerDigits[n]; l = Length[d]; For[i = 1, i <= l, i++, t = d[[i]]; If[ ! MemberQ[seen, t], r = Join[r, IntegerDigits[Count[d, t]]]; r = Join[r, {t}]; seen = Append[seen, t]]]; FromDigits[r]]; Select[Range[10^5], IntegerQ[Sqrt[g[ # ]]] &]

CROSSREFS

Cf. A063850.

Sequence in context: A085066 A085067 A069508 this_sequence A061792 A066514 A009577

Adjacent sequences: A079462 A079463 A079464 this_sequence A079466 A079467 A079468

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 14 2003

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 December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research