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!)
A354273 Square array read by ascending antidiagonals: A(n,k) = k^Omega(n). 0
1, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 4, 3, 4, 1, 1, 2, 9, 4, 5, 1, 1, 4, 3, 16, 5, 6, 1, 1, 2, 9, 4, 25, 6, 7, 1, 1, 8, 3, 16, 5, 36, 7, 8, 1, 1, 4, 27, 4, 25, 6, 49, 8, 9, 1, 1, 4, 9, 64, 5, 36, 7, 64, 9, 10, 1, 1, 2, 9, 16, 125, 6, 49, 8, 81, 10, 11, 1, 1, 8, 3, 16, 25, 216, 7, 64, 9, 100, 11, 12, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
K. L. Verma, On an arithmetical functions involving general exponential, Palestine Journal of Mathematics Vol. 11(2)(2022), 496-504.
FORMULA
A(n, k) = A051129(A001222(n), k).
The columns are totally multiplicative: A(i*j, k) = A(i, k)*A(j, k).
EXAMPLE
Array begins:
1, 1, 1, 1, 1, 1, 1, 1, ...
1, 2, 3, 4, 5, 6, 7, 8, ...
1, 2, 3, 4, 5, 6, 7, 8, ...
1, 4, 9, 16, 25, 36, 49, 64, ...
1, 2, 3, 4, 5, 6, 7, 8, ...
1, 4, 9, 16, 25, 36, 49, 64, ...
1, 2, 3, 4, 5, 6, 7, 8, ...
1, 8, 27, 64, 125, 216, 343, 512, ...
...
MATHEMATICA
A[n_, k_]:=k^PrimeOmega[n]; Flatten[Table[A[n-k+1, k], {n, 13}, {k, n}]]
CROSSREFS
Cf. A000012 (n = 1 or k = 1), A061142 (k = 2), A165824 - A165871 (k = 3..50), A176029 (diagonal).
Sequence in context: A156041 A306210 A133255 * A282748 A145972 A215204
KEYWORD
nonn,tabl,easy
AUTHOR
Stefano Spezia, May 22 2022
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 July 8 10:29 EDT 2024. Contains 374153 sequences. (Running on oeis4.)