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!)
A374430 Odd bisection of A374431. 1
1, 3, 5, 7, 27, 11, 13, 30375, 17, 19, 750141, 23, 3125, 19683, 29, 31, 235782657, 1313046875, 37, 3502727631, 41, 43, 28025208984375, 47, 823543, 634465620819, 53, 7863818359375, 7971951402153, 59, 61, 422112982235053221, 453238525390625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
PF := n -> ifelse(n = 0, {}, NumberTheory:-PrimeFactors(n)):
T := (n, k) -> mul(PF(n) intersect PF(k)):
seq(mul(T(2*n+1, k), k = 0..2*n+1), n = 0..20);
MATHEMATICA
nn = 65; Do[Set[s[i], FactorInteger[i][[All, 1]]], {i, 0, nn}]; Table[Product[Times @@ Intersection[s[k], s[n]], {k, 0, n}], {n, 1, nn, 2}] (* Michael De Vlieger, Jul 11 2024 *)
CROSSREFS
Sequence in context: A131039 A362684 A294924 * A249544 A027449 A126670
KEYWORD
nonn
AUTHOR
Peter Luschny, Jul 10 2024
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 August 14 21:09 EDT 2024. Contains 375167 sequences. (Running on oeis4.)