Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000026
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000026 Mosaic numbers or multiplicative projection of n.
(Formerly M0467 N0171)
+0
5
1, 2, 3, 4, 5, 6, 7, 6, 6, 10, 11, 12, 13, 14, 15, 8, 17, 12, 19, 20, 21, 22, 23, 18, 10, 26, 9, 28, 29, 30, 31, 10, 33, 34, 35, 24, 37, 38, 39, 30, 41, 42, 43, 44, 30, 46, 47, 24, 14, 20, 51, 52, 53, 18, 55, 42, 57, 58, 59, 60, 61, 62, 42, 12, 65, 66, 67, 68, 69, 70, 71, 36 (list; graph; listen)
OFFSET

1,2

COMMENT

a(n)=n if n is square-free.

REFERENCES

R. A. Gillman, The Average Size of a Certain Arithmetic Function, A6660 solution, Amer. Math. Monthly 100 (1993) 296-298.

B. Gordon and M. M. Robertson, A theorem on mosaics, Canad. J. Math., 17 (1965), 1010-1014.

A. A. Mullin, Some related number-theoretic functions, Research Problem 4, Bull. Amer. Math. Soc., 69 (1963), 446-447.

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

T. D. Noe, Table of n, a(n) for n = 1..10000

FORMULA

n = Product (p_j^k_j) -> a(n) = Product (p_j * k_j).

Multiplicative with a(p^e) = p*e. - David W. Wilson (davidwwilson(AT)comcast.net), Aug 01, 2001.

EXAMPLE

24 = 2^3*3^1, a(24)=2*3*3*1=18.

MATHEMATICA

Array[ Times@@Flatten[ FactorInteger[ # ] ]&, 100 ]

PROGRAM

(PARI) a(n)=local(f); if(n<1, 0, f=factor(n); prod(k=1, matsize(f)[1], f[k, 1]*f[k, 2]))

CROSSREFS

Sequence in context: A112264 A017872 A161209 this_sequence A005599 A071934 A161658

Adjacent sequences: A000023 A000024 A000025 this_sequence A000027 A000028 A000029

KEYWORD

nonn,easy,nice,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Example, program, definition, comments and more terms added by Olivier Gerard (02/99).

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 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research