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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A050985 Cubefree part of n. 10
1, 2, 3, 4, 5, 6, 7, 1, 9, 10, 11, 12, 13, 14, 15, 2, 17, 18, 19, 20, 21, 22, 23, 3, 25, 26, 1, 28, 29, 30, 31, 4, 33, 34, 35, 36, 37, 38, 39, 5, 41, 42, 43, 44, 45, 46, 47, 6, 49, 50, 51, 52, 53, 2, 55, 7, 57, 58, 59, 60, 61, 62, 63, 1, 65, 66, 67, 68, 69, 70, 71, 9, 73, 74, 75 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Harvey P. Dale, Table of n, a(n) for n = 1..1000

H. Bottomley, Some Smarandache-type multiplicative sequences

Eric Weisstein's World of Mathematics, Cubefree part.

FORMULA

Multiplicative with p^e -> p^(e mod 3), p prime. [From Reinhard Zumkeller, Nov 22 2009]

Dirichlet g.f. zeta(3s)*zeta(s-1)/zeta(3s-3). - R. J. Mathar, Feb 11 2011

MATHEMATICA

cf[n_]:=Module[{tr=Transpose[FactorInteger[n]], ex, cb}, ex= tr[[2]]- Mod[ tr[[2]], 3]; cb=Times@@(First[#]^Last[#]&/@Transpose[{tr[[1]], ex}]); n/cb]; Array[cf, 75] (* Harvey P. Dale, Jun 03 2012 *)

CROSSREFS

Cf. A007913, A008834, A053165.

Sequence in context: A033928 A194754 A167972 * A056192 A030107 A037895

Adjacent sequences:  A050982 A050983 A050984 * A050986 A050987 A050988

KEYWORD

nonn,easy,mult

AUTHOR

Eric W. Weisstein

STATUS

approved

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 May 26 04:23 EDT 2013. Contains 225653 sequences.