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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A286477 Ordinal transform of A032742, starting from its first term a(1) = 1. 2
1, 2, 3, 1, 4, 1, 5, 1, 2, 1, 6, 1, 7, 1, 2, 1, 8, 1, 9, 1, 2, 1, 10, 1, 3, 1, 2, 1, 11, 1, 12, 1, 2, 1, 3, 1, 13, 1, 2, 1, 14, 1, 15, 1, 2, 1, 16, 1, 4, 1, 2, 1, 17, 1, 3, 1, 2, 1, 18, 1, 19, 1, 2, 1, 3, 1, 20, 1, 2, 1, 21, 1, 22, 1, 2, 1, 4, 1, 23, 1, 2, 1, 24, 1, 3, 1, 2, 1, 25, 1, 4, 1, 2, 1, 3, 1, 26, 1, 2, 1, 27, 1, 28, 1, 2, 1, 29, 1, 30, 1, 2, 1, 31 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If we instead apply the ordinal transform to A032742 starting from its second term a(2) = 1, the result seems to be a shifted version of A055396.
LINKS
MATHEMATICA
Function[{s, t}, ReplacePart[t, Flatten@ Map[MapIndexed[#1 -> First@ #2 &, #] &, Values@ s]]] @@ {PositionIndex@ #, ConstantArray[0, Length@ #]} & Table[n/FactorInteger[n][[1, 1]], {n, 113}] (* Michael De Vlieger, May 12 2017, Version 10 *)
b[_] = 0;
a[n_] := a[n] = With[{t = If[n == 1, 1, Divisors[n][[-2]]]}, b[t] = b[t]+1];
Array[a, 1000] (* Jean-François Alcover, Dec 24 2021 *)
CROSSREFS
Sequence in context: A226081 A109201 A002946 * A277230 A218534 A241773
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 12 2017
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 April 30 11:22 EDT 2024. Contains 372131 sequences. (Running on oeis4.)