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!)
A367406 The exponentially odd numbers (A268335) multiplied by their squarefree kernels (A007947). 4
1, 4, 9, 25, 36, 49, 16, 100, 121, 169, 196, 225, 289, 361, 441, 484, 529, 144, 676, 81, 841, 900, 961, 64, 1089, 1156, 1225, 1369, 1444, 1521, 400, 1681, 1764, 1849, 2116, 2209, 2601, 2809, 324, 3025, 784, 3249, 3364, 3481, 3721, 3844, 4225, 4356, 4489, 4761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Analogous to A355038, with the exponentially odd numbers instead of the square numbers (A000290).
This sequence is a permutation of the square numbers.
LINKS
FORMULA
a(n) = A064549(A268335(n)).
a(n) = A268335(n)*A367417(n).
a(n) = A367407(n)^2.
a(n) = A268335(n)^2/A367418(n).
Sum_{k=1..n} a(k) = c * n^3 / 3, where c = (Pi^2/(15*d^3)) * Product_{p prime} (1 - 1/(p^3*(p+1))) = 1.78385074227198915372..., and d = A065463 is the asymptotic density of the exponentially odd numbers.
a(n) = A053143(A268335(n)). - Amiram Eldar, Nov 30 2023
MATHEMATICA
s[n_] := n * Times @@ FactorInteger[n][[;; , 1]]; s /@ Select[Range[100], AllTrue[FactorInteger[#][[;; , 2]], OddQ] &]
PROG
(PARI) b(n) = {my(f = factor(n)); prod(i = 1, #f~, if(f[i, 2]%2, f[i, 1]^(f[i, 2]+1), 0)); }
lista(kmax) = {my(b1); for(k = 1, kmax, b1 = b(k); if(b1 > 0, print1(b1, ", "))); }
CROSSREFS
Sequence in context: A099998 A360902 A365003 * A030140 A325240 A355058
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, Nov 17 2023
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 May 3 04:24 EDT 2024. Contains 372205 sequences. (Running on oeis4.)