login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 59th year, we have over 358,000 sequences, and we’ve crossed 10,300 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203444 Numbers in range of Dedekind Psi function: A001615. 4
1, 3, 4, 6, 8, 12, 14, 18, 20, 24, 30, 32, 36, 38, 42, 44, 48, 54, 56, 60, 62, 68, 72, 74, 80, 84, 90, 96, 98, 102, 104, 108, 110, 112, 114, 120, 126, 128, 132, 138, 140, 144, 150, 152, 158, 160, 162, 164, 168, 174, 176, 180, 182, 186, 192, 194, 198, 200 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

a(n) is even for n>2

LINKS

Enrique Pérez Herrero, Table of n, a(n) for n = 1..5000

Patrick Sole and Michel Planat, Extreme values of the Dedekind Psi function, J. Comb. Number Theory 3 (2011), no. 1, 33-38, arXiv:1011.1825v2.

MATHEMATICA

terms = 100; Clear[seq]; seq[k_] := seq[k] = Table[DirichletConvolve[j, MoebiusMu[j]^2, j, n], {n, 1, k terms}] // Union // PadRight[#, terms]&;

seq[k = 1]; seq[k++]; While[Print[k]; seq[k] != seq[k-1], k++];

seq[k] (* Jean-François Alcover, Dec 14 2018, after Jan Mangaldan in A001615 *)

CROSSREFS

Cf. A001615, A175836, A060648.

Cf. A007617.

Cf. A002202.

Sequence in context: A037346 A250122 A243653 * A008864 A299763 A214583

Adjacent sequences: A203441 A203442 A203443 * A203445 A203446 A203447

KEYWORD

nonn

AUTHOR

Enrique Pérez Herrero, Jan 02 2012

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified January 2 00:11 EST 2023. Contains 359186 sequences. (Running on oeis4.)