The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A136402 Prime Wedderburn-Etherington numbers. 0
2, 3, 11, 23, 983, 2179, 24631, 3626149, 253450711, 596572387, 4958179972866730572551, 17950473826186485808766524097, 17690812163571687513245304152178763697755384812733, 9852801774222802457119814738073136914072348071335480633169417277909155746150705781482843 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding indices are 4, 5, 7, 8, 13, 14, 17, 23, 28, 29, 63, 80, 134, 233, 534, 732, 1963, 3896, 7792, 7987, 8312, ... with no more up to 2*10^4. - Charles R Greathouse IV, Mar 23 2014
Next index which produces a prime is 48979. - Robert G. Wilson v, May 21 2014
LINKS
MATHEMATICA
a[n_?OddQ] := a[n] = Sum[a[k]*a[n - k], {k, 1, (n - 1)/2}]; a[n_?EvenQ] := a[n] = Sum[a[k]*a[n - k], {k, 1, n/2 - 1}] + (1/2)*a[n/2]*(1 + a[n/2]); a[0] = 0; a[1] = 1; Select[a@# & /@ Range@ 300, PrimeQ@# &] (* Robert G. Wilson v, May 20 2014, after Jean-François Alcover in A001190 *)
CROSSREFS
Cf. A001190.
Sequence in context: A292112 A363141 A065849 * A137811 A041955 A239445
KEYWORD
nonn
AUTHOR
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 June 2 20:31 EDT 2024. Contains 373045 sequences. (Running on oeis4.)