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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A276230 a(n) is the A106490 index where n first occurs. 1
1, 2, 4, 12, 36, 144, 720, 3600, 25200, 176400, 1587600, 17463600, 192099600, 2497294800, 32464832400, 551902150800, 9382336563600, 178264394708400, 3387023499459600, 77901540487570800, 1791735431214128400, 44793385780353210000, 1299008187630243090000
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
0, 1, 2, and 3 first appear in A106490 at positions 1, 2, 4, and 12, respectively.
MATHEMATICA
a[n_] := a[n] = If[n == 1, 0, Sum[1 + a[i[[2]]], {i, FactorInteger[n]}]];
Flatten@ Table[FirstPosition[#, k_ /; k == n], {n, 0, 9}] &@ Table[a[n], {n, 10^6}] (* Michael De Vlieger, Aug 25 2016, Version 10, after Jean-François Alcover at A106490 *)
CROSSREFS
Cf. A106490.
Sequence in context: A111942 A010551 A349282 * A003701 A255432 A275539
KEYWORD
nonn
AUTHOR
Hans Havermann, Aug 24 2016
EXTENSIONS
More terms from Alois P. Heinz, Aug 25 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 12:25 EDT 2024. Contains 376000 sequences. (Running on oeis4.)